Skip to content

Commit f267dec

Browse files
committed
Update dependencies, dev-dependencies
1 parent 3d0ac6e commit f267dec

File tree

1 file changed

+10
-15
lines changed

1 file changed

+10
-15
lines changed

package.json

Lines changed: 10 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -9,34 +9,26 @@
99
"retext",
1010
"utility"
1111
],
12+
"repository": "https://github.com/wooorm/nlcst-normalize",
13+
"bugs": "https://github.com/wooorm/nlcst-normalize/issues",
14+
"author": "Titus Wormer <[email protected]> (http://wooorm.com)",
1215
"files": [
1316
"index.js"
1417
],
15-
"repository": {
16-
"type": "git",
17-
"url": "https://github.com/wooorm/nlcst-normalize.git"
18-
},
19-
"bugs": "https://github.com/wooorm/nlcst-normalize/issues",
20-
"author": "Titus Wormer <[email protected]> (http://wooorm.com)",
2118
"dependencies": {
22-
"nlcst-to-string": "^1.1.0"
19+
"nlcst-to-string": "^2.0.0"
2320
},
2421
"devDependencies": {
2522
"browserify": "^13.0.0",
2623
"esmangle": "^1.0.0",
2724
"istanbul": "^0.4.0",
28-
"remark": "^3.0.0",
29-
"remark-comment-config": "^2.0.2",
30-
"remark-github": "^2.0.0",
31-
"remark-lint": "^2.0.2",
32-
"remark-slug": "^3.0.1",
33-
"remark-validate-links": "^2.0.2",
34-
"remark-yaml-config": "^2.0.0",
25+
"remark-cli": "^2.1.0",
26+
"remark-preset-wooorm": "^1.0.0",
3527
"tape": "^4.0.0",
3628
"xo": "^0.17.1"
3729
},
3830
"scripts": {
39-
"build-md": "remark . --quiet --frail",
31+
"build-md": "remark . --quiet --frail --output",
4032
"build-bundle": "browserify index.js --bare -s nlcstNormalize > nlcst-normalize.js",
4133
"build-mangle": "esmangle nlcst-normalize.js > nlcst-normalize.min.js",
4234
"build": "npm run build-md && npm run build-bundle && npm run build-mangle",
@@ -50,5 +42,8 @@
5042
"ignore": [
5143
"nlcst-normalize.js"
5244
]
45+
},
46+
"remarkConfig": {
47+
"presets": "wooorm"
5348
}
5449
}

0 commit comments

Comments
 (0)