Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit a2f971d

Browse files
committed
Update dev dependencies
1 parent dde9563 commit a2f971d

File tree

1 file changed

+13
-9
lines changed

1 file changed

+13
-9
lines changed

‎package.json‎

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,13 @@
1111
},
1212
"main": "index.js",
1313
"scripts": {
14-
"mocha": "NODE_ENV=test nyc --reporter=lcov --reporter text mocha test/**/*.spec.js",
15-
"dependency-check": "JS_FILES=\"*.js test/*.js\" && dependency-check . $JS_FILES && dependency-check . $JS_FILES --unused --no-dev",
16-
"test": "installed-check -e -i eslint && eslint . && npm run dependency-check && npm run mocha && documentation readme -s \"API Usage\" --no-markdown-toc --diff-only",
17-
"build-docs": "documentation readme -s \"API Usage\" --no-markdown-toc"
14+
"check:dependency-check": "dependency-check *.js 'lib/**/*.js' 'test/**/*.js' --no-dev",
15+
"skip:check:docs": "documentation readme index.js -s \"API Usage\" --no-markdown-toc --diff-only",
16+
"check:installed-check": "installed-check -i eslint",
17+
"check:lint": "eslint .",
18+
"test:mocha": "NODE_ENV=test nyc --reporter=lcov --reporter text mocha test/**/*.spec.js",
19+
"test": "run-p check:* && run-p test:*",
20+
"build-docs": "documentation readme index.js -s \"API Usage\" --no-markdown-toc"
1821
},
1922
"husky": {
2023
"hooks": {
@@ -27,19 +30,20 @@
2730
"devDependencies": {
2831
"chai": "^4.2.0",
2932
"coveralls": "^3.0.5",
30-
"dependency-check": "^3.4.1",
31-
"documentation": "^9.3.0",
33+
"dependency-check": "^4.1.0",
34+
"documentation": "^12.1.1",
3235
"eslint": "^5.16.0",
3336
"eslint-config-semistandard": "^13.0.0",
3437
"eslint-config-standard": "^12.0.0",
3538
"eslint-plugin-import": "^2.18.2",
3639
"eslint-plugin-node": "^8.0.1",
3740
"eslint-plugin-promise": "^4.2.1",
3841
"eslint-plugin-standard": "^4.0.0",
39-
"husky": "^1.3.1",
40-
"installed-check": "^2.2.0",
42+
"husky": "^3.0.3",
43+
"installed-check": "^3.0.0",
4144
"mocha": "^6.2.0",
42-
"nyc": "^13.3.0"
45+
"npm-run-all": "^4.1.5",
46+
"nyc": "^14.1.1"
4347
},
4448
"dependencies": {
4549
"strftime": "^0.10.0",

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /