mirror of
https://github.com/terribleplan/next.js.git
synced 2024-01-19 02:48:18 +00:00
parent
449dd29da0
commit
d4785eb013
|
@ -12,7 +12,7 @@
|
||||||
"testall": "npm run testonly -- --coverage --forceExit --runInBand",
|
"testall": "npm run testonly -- --coverage --forceExit --runInBand",
|
||||||
"pretest": "npm run lint",
|
"pretest": "npm run lint",
|
||||||
"test": "cross-env npm run testall || npm run testall",
|
"test": "cross-env npm run testall || npm run testall",
|
||||||
"coveralls": "nyc --instrument=false --source-map=false report --temp-directory=./coverage --reporter=text-lcov | coveralls",
|
"coveralls": "cat ./test/coverage/lcov.info | coveralls",
|
||||||
"lint": "lerna run lint",
|
"lint": "lerna run lint",
|
||||||
"prepublish": "lerna run prepublish",
|
"prepublish": "lerna run prepublish",
|
||||||
"lint-staged": "lint-staged"
|
"lint-staged": "lint-staged"
|
||||||
|
@ -45,7 +45,7 @@
|
||||||
"cheerio": "0.22.0",
|
"cheerio": "0.22.0",
|
||||||
"chromedriver": "2.42.0",
|
"chromedriver": "2.42.0",
|
||||||
"clone": "2.1.1",
|
"clone": "2.1.1",
|
||||||
"coveralls": "2.13.1",
|
"coveralls": "3.0.2",
|
||||||
"cross-env": "5.2.0",
|
"cross-env": "5.2.0",
|
||||||
"express": "4.16.3",
|
"express": "4.16.3",
|
||||||
"fkill": "5.1.0",
|
"fkill": "5.1.0",
|
||||||
|
@ -60,7 +60,6 @@
|
||||||
"node-fetch": "1.7.3",
|
"node-fetch": "1.7.3",
|
||||||
"node-notifier": "5.1.2",
|
"node-notifier": "5.1.2",
|
||||||
"node-sass": "4.9.2",
|
"node-sass": "4.9.2",
|
||||||
"nyc": "11.2.1",
|
|
||||||
"pre-commit": "1.2.2",
|
"pre-commit": "1.2.2",
|
||||||
"react": "16.4.2",
|
"react": "16.4.2",
|
||||||
"react-dom": "16.4.2",
|
"react-dom": "16.4.2",
|
||||||
|
|
Loading…
Reference in a new issue