Skip to content

Commit

Permalink
Remove nodemon, add nsp check to test command
Browse files Browse the repository at this point in the history
  • Loading branch information
adamwathan committed Mar 29, 2018
1 parent e1f3286 commit 0511767
Show file tree
Hide file tree
Showing 2 changed files with 154 additions and 874 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,8 @@
"prebabelify": "rimraf lib",
"babelify": "babel src --out-dir lib",
"prepare": "npm run babelify && babel-node src/build.js",
"watch": "nodemon -e js,css --watch src --exec 'babel-node src/build.js'",
"style": "eslint .",
"test": "jest && eslint ."
"test": "jest && eslint . && nsp check"
},
"devDependencies": {
"autoprefixer": "^7.1.6",
Expand All @@ -38,14 +37,14 @@
"eslint-config-prettier": "^2.7.0",
"eslint-plugin-prettier": "^2.3.1",
"jest": "^20.0.4",
"nsp": "^3.2.1",
"prettier": "^1.7.4",
"rimraf": "^2.6.1"
},
"dependencies": {
"commander": "^2.11.0",
"fs-extra": "^4.0.2",
"lodash": "^4.17.4",
"nodemon": "^1.11.0",
"perfectionist": "^2.4.0",
"postcss": "^6.0.9",
"postcss-functions": "^3.0.0",
Expand Down
Loading

0 comments on commit 0511767

Please sign in to comment.