Skip to content

Commit 756170b

Browse files
committedOct 31, 2017
update packages
1 parent 7ea6b85 commit 756170b

File tree

2 files changed

+659
-8
lines changed

2 files changed

+659
-8
lines changed
 

‎package-lock.json

+652
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+7-8
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
"scripts": {
77
"postinstall": "node check.js",
88
"preversion": "npm test",
9-
"prepublish": "npm test",
109
"postpublish": "git push && git push --tags",
1110
"test": "mocha test/test.js"
1211
},
@@ -26,16 +25,16 @@
2625
},
2726
"homepage": "https://github.com/arve0/metalsmith-pandoc",
2827
"dependencies": {
29-
"async": "^2.0.0-rc.2",
30-
"debug": "^2.1.0",
28+
"async": "^2.5.0",
29+
"debug": "^3.1.0",
3130
"multimatch": "^2.1.0",
32-
"pdc": "cherbst/node-pdc",
31+
"pdc": "^0.2.3",
3332
"system-install": "^1.0.0",
34-
"which": "^1.0.8"
33+
"which": "^1.3.0"
3534
},
3635
"devDependencies": {
37-
"assert-dir-equal": "^1.0.1",
38-
"metalsmith": "^2.1.0",
39-
"mocha": "^2.1.0"
36+
"assert-dir-equal": "^1.1.0",
37+
"metalsmith": "^2.3.0",
38+
"mocha": "^4.0.1"
4039
}
4140
}

0 commit comments

Comments
 (0)
Please sign in to comment.