Merge pull request #440 from tailwindcss/remove-nodemon

Remove nodemon, add nsp check to test command
This commit is contained in:
Adam Wathan 2018-03-29 12:05:37 -04:00 committed by GitHub
commit 94961d43f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 154 additions and 874 deletions

View File

@ -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",
@ -38,6 +37,7 @@
"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"
},
@ -45,7 +45,6 @@
"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",

1023
yarn.lock

File diff suppressed because it is too large Load Diff