Skip to content

Commit 2a0c309

Browse files
committedJul 17, 2018
Packages Updated
1 parent c232a98 commit 2a0c309

File tree

2 files changed

+321
-185
lines changed

2 files changed

+321
-185
lines changed
 

‎package-lock.json

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

‎package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@
66
"license": "MIT",
77
"main": "lib/index.js",
88
"scripts": {
9-
"test": "mocha"
9+
"test": "mocha test"
1010
},
1111
"dependencies": {
12-
"marked": "~0.4.0",
13-
"debug": "~0.7.4"
12+
"debug": "^3.1.0",
13+
"marked": "~0.4.0"
1414
},
1515
"devDependencies": {
16-
"mocha": "1.x",
17-
"metalsmith": "0.x",
18-
"assert-dir-equal": "0.x"
16+
"assert-dir-equal": "^1.1.0",
17+
"metalsmith": "^2.3.0",
18+
"mocha": "^5.2.0"
1919
}
2020
}

0 commit comments

Comments
 (0)
Please sign in to comment.