File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 77 "module" : " ./index.js" ,
88 "typings" : " ./index.d.ts" ,
99 "scripts" : {
10- "prettier:print" : " prettier --list-different \" ./**/*.js\" \" ./**/*.md\" " ,
10+ "prettier:print" : " prettier --list-different \" ./**/*.js\" \" ./**/*.md\" \" ./**/*.d.ts \" " ,
1111 "prettier:check" : " npm run -s prettier:print 1>&2; exit $(npm run -s prettier:print | wc -l)" ,
12- "prettier:fix" : " prettier \" ./**/*.js\" \" ./**/*.md\" --write --end-of-line lf" ,
12+ "prettier:fix" : " prettier \" ./**/*.js\" \" ./**/*.md\" \" ./**/*.d.ts \" --write --end-of-line lf" ,
1313 "test:samples" : " node parse.js test/sample.pdf && node parseAsBuffer.js test/sample.pdf" ,
1414 "test:update" : " ava --update-snapshots" ,
1515 "test" : " ava" ,
6060 "engines" : {
6161 "node" : " >=14"
6262 }
63- }
63+ }
You can’t perform that action at this time.
0 commit comments