File tree Expand file tree Collapse file tree 1 file changed +10
-23
lines changed Expand file tree Collapse file tree 1 file changed +10
-23
lines changed Original file line number Diff line number Diff line change 99 " util" ,
1010 " utility"
1111 ],
12- "files" : [
13- " index.js"
14- ],
1512 "repository" : " https://github.com/wooorm/unist-util-assert" ,
1613 "bugs" : " https://github.com/wooorm/unist-util-assert/issues" ,
1714 "author" :
" Titus Wormer <[email protected] > (http://wooorm.com)" ,
2219 "x-is-array" : " ^0.1.0" ,
2320 "x-is-object" : " ^0.1.0"
2421 },
22+ "files" : [
23+ " index.js"
24+ ],
2525 "devDependencies" : {
2626 "browserify" : " ^13.0.1" ,
2727 "esmangle" : " ^1.0.1" ,
28- "nyc" : " ^7.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-validate-links" : " ^4.0.0" ,
28+ "nyc" : " ^9.0.1" ,
29+ "remark-cli" : " ^2.0.0" ,
30+ "remark-preset-wooorm" : " ^1.0.0" ,
3431 "tape" : " ^4.0.0" ,
35- "xo" : " ^0.16 .0"
32+ "xo" : " ^0.17 .0"
3633 },
3734 "scripts" : {
38- "build-md" : " remark . --quiet --frail " ,
35+ "build-md" : " remark . -qfo " ,
3936 "build-bundle" : " browserify index.js -s unistUtilAssert > unist-util-assert.js" ,
4037 "build-mangle" : " esmangle < unist-util-assert.js > unist-util-assert.min.js" ,
4138 "build" : " npm run build-md && npm run build-bundle && npm run build-mangle" ,
5148 "eqeqeq" : " off"
5249 },
5350 "ignores" : [
54- " unist-util-assert.js" ,
55- " unist-util-assert.min.js"
51+ " unist-util-assert.js"
5652 ]
5753 },
5854 "nyc" : {
6258 "branches" : 100
6359 },
6460 "remarkConfig" : {
65- "output" : true ,
66- "plugins" : [
67- " comment-config" ,
68- " github" ,
69- " lint" ,
70- " validate-links"
71- ],
72- "settings" : {
73- "bullet" : " *"
74- }
61+ "presets" : " wooorm"
7562 }
7663}
You can’t perform that action at this time.
0 commit comments