Skip to content

Commit 9a111e0

Browse files
committed
Update remark
1 parent 38c586c commit 9a111e0

File tree

1 file changed

+6
-12
lines changed

1 file changed

+6
-12
lines changed

package.json

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -21,24 +21,15 @@
2121
"dependencies": {},
2222
"devDependencies": {
2323
"browserify": "^13.0.0",
24-
"eslint": "^2.0.0",
2524
"esmangle": "^1.0.0",
2625
"istanbul": "^0.4.0",
27-
"jscs": "^3.0.0",
28-
"jscs-jsdoc": "^2.0.0",
29-
"remark-cli": "^1.0.0",
30-
"remark-comment-config": "^4.0.0",
31-
"remark-github": "^5.0.0",
32-
"remark-lint": "^4.0.0",
33-
"remark-slug": "^4.0.0",
34-
"remark-usage": "^4.0.0",
35-
"remark-validate-links": "^4.0.0",
36-
"remark-yaml-config": "^3.0.0",
26+
"remark-cli": "^2.1.0",
27+
"remark-preset-wooorm": "^1.0.0",
3728
"tape": "^4.0.0",
3829
"xo": "^0.17.0"
3930
},
4031
"scripts": {
41-
"build-md": "remark . --quiet --frail",
32+
"build-md": "remark . --quiet --frail --output",
4233
"build-bundle": "browserify index.js --bare -s mdastCommentMarker > mdast-comment-marker.js",
4334
"build-mangle": "esmangle mdast-comment-marker.js > mdast-comment-marker.min.js",
4435
"build": "npm run build-md && npm run build-bundle && npm run build-mangle",
@@ -52,5 +43,8 @@
5243
"ignore": [
5344
"mdast-comment-marker.js"
5445
]
46+
},
47+
"remarkConfig": {
48+
"presets": "wooorm"
5549
}
5650
}

0 commit comments

Comments
 (0)