File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
eslint-config-airbnb-base Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 66 "scripts" : {
77 "lint" : " eslint ." ,
88 "tests-only" : " babel-tape-runner ./test/test-*.js" ,
9- "prepublish" : " (in-install || eslint-find-rules --unused) && (not-in-publish || npm test)" ,
9+ "prepublish" : " (in-install || eslint-find-rules --unused) && (not-in-publish || npm test) && safe-publish-latest " ,
1010 "pretest" : " npm run --silent lint" ,
1111 "test" : " npm run --silent tests-only" ,
1212 "travis" : " npm run --silent test"
5151 "eslint-find-rules" : " ^1.11.1" ,
5252 "eslint-plugin-import" : " ^1.12.0" ,
5353 "in-publish" : " ^2.0.0" ,
54+ "safe-publish-latest" : " ^1.0.1" ,
5455 "tape" : " ^4.6.0"
5556 },
5657 "peerDependencies" : {
Original file line number Diff line number Diff line change 66 "scripts" : {
77 "lint" : " eslint ." ,
88 "tests-only" : " babel-tape-runner ./test/test-*.js" ,
9- "prepublish" : " (in-install || eslint-find-rules --unused) && (not-in-publish || npm test)" ,
9+ "prepublish" : " (in-install || eslint-find-rules --unused) && (not-in-publish || npm test) && safe-publish-latest " ,
1010 "pretest" : " npm run --silent lint" ,
1111 "test" : " npm run --silent tests-only" ,
1212 "travis" : " cd ../eslint-config-airbnb-base && npm install && npm link && cd - && npm link eslint-config-airbnb-base && npm run --silent test ; npm unlink eslint-config-airbnb-base >/dev/null &"
5757 "eslint-plugin-react" : " ^6.0.0" ,
5858 "in-publish" : " ^2.0.0" ,
5959 "react" : " >= 0.13.0" ,
60+ "safe-publish-latest" : " ^1.0.1" ,
6061 "tape" : " ^4.6.0"
6162 },
6263 "peerDependencies" : {
You can’t perform that action at this time.
0 commit comments