Skip to content

Commit 01a8139

Browse files
committed
Update remark
1 parent bdb240d commit 01a8139

File tree

1 file changed

+9
-12
lines changed

1 file changed

+9
-12
lines changed

package.json

+9-12
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,7 @@
1313
"util",
1414
"utility"
1515
],
16-
"repository": {
17-
"type": "git",
18-
"url": "https://github.com/wooorm/unist-util-stringify-position.git"
19-
},
16+
"repository": "https://github.com/wooorm/unist-util-stringify-position",
2017
"bugs": "https://github.com/wooorm/unist-util-stringify-position/issues",
2118
"author": "Titus Wormer <[email protected]> (http://wooorm.com)",
2219
"contributors": [
@@ -25,20 +22,20 @@
2522
"files": [
2623
"index.js"
2724
],
25+
"dependencies": {
26+
"has": "^1.0.1"
27+
},
2828
"devDependencies": {
2929
"browserify": "^13.0.0",
3030
"esmangle": "^1.0.0",
3131
"istanbul": "^0.4.0",
32-
"remark": "^4.0.0",
33-
"remark-comment-config": "^3.0.0",
34-
"remark-github": "^4.0.0",
35-
"remark-lint": "^3.0.0",
36-
"remark-usage": "^3.0.0",
32+
"remark-cli": "^2.0.0",
33+
"remark-preset-wooorm": "^1.0.0",
3734
"tape": "^4.5.1",
3835
"xo": "^0.17.1"
3936
},
4037
"scripts": {
41-
"build-md": "remark . --quiet --frail",
38+
"build-md": "remark . --quiet --frail --output",
4239
"build-bundle": "browserify index.js --no-builtins -s unistUtilStringifyPosition > unist-util-stringify-position.js",
4340
"build-mangle": "esmangle unist-util-stringify-position.js > unist-util-stringify-position.min.js",
4441
"build": "npm run build-md && npm run build-bundle && npm run build-mangle",
@@ -53,7 +50,7 @@
5350
"unist-util-stringify-position.js"
5451
]
5552
},
56-
"dependencies": {
57-
"has": "^1.0.1"
53+
"remarkConfig": {
54+
"presets": "wooorm"
5855
}
5956
}

0 commit comments

Comments
 (0)