|
9 | 9 | "retext", |
10 | 10 | "utility" |
11 | 11 | ], |
| 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)", |
12 | 15 | "files": [ |
13 | 16 | "index.js" |
14 | 17 | ], |
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)", |
21 | 18 | "dependencies": { |
22 | | - "nlcst-to-string": "^1.1.0" |
| 19 | + "nlcst-to-string": "^2.0.0" |
23 | 20 | }, |
24 | 21 | "devDependencies": { |
25 | 22 | "browserify": "^13.0.0", |
26 | 23 | "esmangle": "^1.0.0", |
27 | 24 | "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", |
35 | 27 | "tape": "^4.0.0", |
36 | 28 | "xo": "^0.17.1" |
37 | 29 | }, |
38 | 30 | "scripts": { |
39 | | - "build-md": "remark . --quiet --frail", |
| 31 | + "build-md": "remark . --quiet --frail --output", |
40 | 32 | "build-bundle": "browserify index.js --bare -s nlcstNormalize > nlcst-normalize.js", |
41 | 33 | "build-mangle": "esmangle nlcst-normalize.js > nlcst-normalize.min.js", |
42 | 34 | "build": "npm run build-md && npm run build-bundle && npm run build-mangle", |
|
50 | 42 | "ignore": [ |
51 | 43 | "nlcst-normalize.js" |
52 | 44 | ] |
| 45 | + }, |
| 46 | + "remarkConfig": { |
| 47 | + "presets": "wooorm" |
53 | 48 | } |
54 | 49 | } |
0 commit comments