Skip to content
This repository was archived by the owner on Sep 6, 2021. It is now read-only.

Commit 71b706e

Browse files
committed
Update devDependencies
and remove npm-check-updates as there is now dependabot for that on github.
1 parent 46c9d5e commit 71b706e

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

package.json

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@
1515
},
1616
"scripts": {
1717
"test": "npm run jshint && mocha test/**/*_test.js",
18-
"jshint": "jshint lib/ test/",
19-
"check-updates": "npm-check-updates"
18+
"jshint": "jshint lib/ test/"
2019
},
2120
"keywords": [
2221
"api",
@@ -39,11 +38,10 @@
3938
},
4039
"devDependencies": {
4140
"apidoc-example": "*",
42-
"jshint": "~2.9.4",
43-
"markdown-it": "^8.3.1",
44-
"mocha": "~3.4.1",
45-
"npm-check-updates": "^2.11.1",
46-
"should": "~11.2.1"
41+
"jshint": "~2.10.2",
42+
"markdown-it": "^10.0.0",
43+
"mocha": "~6.2.1",
44+
"should": "~13.2.3"
4745
},
4846
"jshintConfig": {
4947
"camelcase": true,

0 commit comments

Comments
 (0)