diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/package.json b/package.json index f4d73da..c62115a 100644 --- a/package.json +++ b/package.json @@ -1,11 +1,12 @@ { "name": "mongo-cronjob", - "version": "0.0.0", + "version": "0.1.0", "description": "Cron-based job scheduler integrated with mongoDB", - "main": "index.js", + "main": "dist/index.js", "scripts": { "lint": "eslint .", - "test": "mocha test/**/*.test.ts" + "test": "mocha test/**/*.test.ts", + "build": "rm -rf dist && tsc --project tsconfig.release.json" }, "author": "eug-vs", "license": "MIT", |