We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb186e8 commit d23c73cCopy full SHA for d23c73c
package.json
@@ -33,19 +33,19 @@
33
"node": ">= 0.10.0"
34
},
35
"dependencies": {
36
- "glob": "^7.0.3",
37
- "iconv-lite": "^0.4.13",
38
- "lodash": "~4.11.1",
39
- "semver": "~5.1.0",
40
- "wrench": "~1.5.9"
+ "fs-extra": "^1.0.0",
+ "glob": "^7.1.1",
+ "iconv-lite": "^0.4.15",
+ "lodash": "~4.17.4",
+ "semver": "~5.3.0"
41
42
"devDependencies": {
43
"apidoc-example": "*",
44
- "jshint": "~2.9.2",
45
- "markdown-it": "^6.0.1",
46
- "mocha": "~2.4.5",
47
- "npm-check-updates": "^2.6.3",
48
- "should": "~8.3.1"
+ "jshint": "~2.9.4",
+ "markdown-it": "^8.2.2",
+ "mocha": "~3.2.0",
+ "npm-check-updates": "^2.8.9",
+ "should": "~11.1.2"
49
50
"jshintConfig": {
51
"camelcase": true,
0 commit comments