Skip to content
This repository was archived by the owner on Aug 9, 2023. It is now read-only.

Commit 34d01a0

Browse files
committed
Update dev-dependencies
1 parent d63fca1 commit 34d01a0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,21 +34,21 @@
3434
"unist-util-is": "^2.0.0"
3535
},
3636
"devDependencies": {
37-
"browserify": "^13.0.0",
37+
"browserify": "^14.0.0",
3838
"circular.js": "^2.0.3",
3939
"esmangle": "^1.0.0",
4040
"hyperscript": "^2.0.2",
4141
"nyc": "^10.0.0",
4242
"react": "^15.1.0",
43-
"remark-cli": "^2.1.0",
44-
"remark-preset-wooorm": "^1.0.0",
43+
"remark-cli": "^3.0.0",
44+
"remark-preset-wooorm": "^2.0.0",
4545
"tape": "^4.0.0",
4646
"unist-builder": "^1.0.1",
4747
"virtual-dom": "^2.1.1",
4848
"xo": "^0.17.0"
4949
},
5050
"scripts": {
51-
"build-md": "remark . --quiet --frail --output",
51+
"build-md": "remark . -qfo",
5252
"build-bundle": "browserify index.js --bare -s hast-to-hyperscript > hast-to-hyperscript.js",
5353
"build-mangle": "esmangle hast-to-hyperscript.js > hast-to-hyperscript.min.js",
5454
"build": "npm run build-md && npm run build-bundle && npm run build-mangle",
@@ -70,6 +70,6 @@
7070
}
7171
},
7272
"remarkConfig": {
73-
"presets": "wooorm"
73+
"plugins": ["preset-wooorm"]
7474
}
7575
}

0 commit comments

Comments
 (0)