File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 1010 " npm" ,
1111 " package.json" ,
1212 " packages" ,
13+ " pnpm" ,
1314 " workspace" ,
1415 " yarn"
1516 ],
17+ "homepage" : " https://github.com/bmish/check-dependency-version-consistency#readme" ,
1618 "repository" : {
1719 "type" : " git" ,
1820 "url" : " https://github.com/bmish/check-dependency-version-consistency.git"
1921 },
2022 "license" : " MIT" ,
23+ "author" : " Bryan Mishkin" ,
2124 "type" : " module" ,
2225 "exports" : " ./dist/lib/index.js" ,
2326 "main" : " ./dist/lib/index.js" ,
3134 ],
3235 "scripts" : {
3336 "build" : " rm -rf dist tsc --project tsconfig.build.json" ,
34- "lint" : " npm-run-all --aggregate-output --continue-on-error --parallel lint:*" ,
37+ "lint" : " npm-run-all --aggregate-output --continue-on-error --parallel \" lint:*\" " ,
3538 "lint:docs" : " markdownlint \" **/*.md\" " ,
3639 "lint:js" : " eslint --cache ." ,
3740 "lint:package-json" : " npmPkgJsonLint ." ,
You can’t perform that action at this time.
0 commit comments