Skip to content

Commit

Permalink
updated package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
bytesleo committed Sep 10, 2017
1 parent ffdda16 commit 8face09
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 30 deletions.
20 changes: 0 additions & 20 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 5 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,9 @@
"url": "git+https://github.com/kevoj/redis-jwt.git"
},
"scripts": {
"start": "nodemon src/index.js --exec babel-node",
"build": "babel src -d dist",
"serve": "npm run build && node index.js",
"test": "mocha --compilers js:babel-register",
"watch": "npm-watch"
},
"watch": {
"test": "{src}/*.js"
"start": "npm run compile & nodemon index.js --exec babel-node",
"compile": "babel --watch src -d dist",
"test": "mocha --compilers js:babel-register"
},
"keywords": [
"redis-jwt",
Expand Down Expand Up @@ -44,8 +39,8 @@
"babel-preset-stage-2": "^6.24.1",
"babel-register": "^6.26.0",
"express": "^4.15.4",
"mocha": "^3.5.0",
"npm-watch": "^0.2.0"
"mocha": "^3.5.1",
"nodemon": "^1.12.0"
},
"dependencies": {
"chalk": "^2.1.0",
Expand Down

0 comments on commit 8face09

Please sign in to comment.