mirror of
https://github.com/tailwindlabs/tailwindcss.git
synced 2025-12-08 21:36:08 +00:00
Merge pull request #440 from tailwindcss/remove-nodemon
Remove nodemon, add nsp check to test command
This commit is contained in:
commit
94961d43f6
@ -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",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user