This repository was archived by the owner on Oct 1, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +1
-14
lines changed
Expand file tree Collapse file tree 3 files changed +1
-14
lines changed Original file line number Diff line number Diff line change 33.nyc_output /
44coverage /
55node_modules /
6- remark-slug.js
7- remark-slug.min.js
86yarn.lock
Original file line number Diff line number Diff line change 11coverage /
2- remark-slug.js
3- remark-slug.min.js
4- * .json
52* .md
Original file line number Diff line number Diff line change 3838 "unist-util-visit" : " ^2.0.0"
3939 },
4040 "devDependencies" : {
41- "browserify" : " ^17.0.0" ,
42- "dtslint" : " ^4.0.0" ,
4341 "nyc" : " ^15.0.0" ,
4442 "prettier" : " ^2.0.0" ,
4543 "remark" : " ^13.0.0" ,
4644 "remark-cli" : " ^9.0.0" ,
4745 "remark-preset-wooorm" : " ^8.0.0" ,
4846 "tape" : " ^5.0.0" ,
49- "tinyify" : " ^3.0.0" ,
5047 "unist-builder" : " ^2.0.0" ,
5148 "unist-util-remove-position" : " ^3.0.0" ,
5249 "xo" : " ^0.37.0"
5350 },
5451 "scripts" : {
5552 "format" : " remark . -qfo && prettier . -w --loglevel warn && xo --fix" ,
56- "build-bundle" : " browserify . -s remarkSlug > remark-slug.js" ,
57- "build-mangle" : " browserify . -s remarkSlug -p tinyify > remark-slug.min.js" ,
58- "build" : " npm run build-bundle && npm run build-mangle" ,
5953 "test-api" : " node test" ,
6054 "test-coverage" : " nyc --reporter lcov tape test.js" ,
61- "test-types" : " dtslint types" ,
62- "test" : " npm run format && npm run build && npm run test-coverage && npm run test-types"
55+ "test" : " npm run format && npm run build && npm run test-coverage"
6356 },
6457 "prettier" : {
6558 "tabWidth" : 2 ,
7366 "prettier" : true ,
7467 "esnext" : false ,
7568 "ignores" : [
76- " remark-slug.js" ,
7769 " types/index.d.ts"
7870 ]
7971 },
You can’t perform that action at this time.
0 commit comments