File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "name" : " sync-github-forks-cli" ,
3- "version" : " 0.1.16 " ,
3+ "version" : " 0.1.17 " ,
44 "description" : " Keep github forks up to date using node, the github api and git" ,
55 "main" : " dist/cli.js" ,
66 "bin" : {
77 "sync-github-forks" : " dist/cli.js"
88 },
99 "scripts" : {
10- "postinstall " : " npm run build" ,
10+ "pretest " : " npm run build" ,
1111 "build" : " tsc --newline lf" ,
1212 "test" : " npm run lint" ,
13- "lint" : " tslint -t stylish -c ./tslint.json src/**/*.ts && tslint -t stylish -c ./jslint.json dist/**/*.js" ,
14- "prepublish" : " in-publish && npm run build && npm run test || not-in-publish"
13+ "lint" : " tslint -t stylish -c ./tslint.json src/** && tslint -t stylish -c ./jslint.json dist/**/*.js" ,
14+ "prepublish" : " in-publish && npm test || not-in-publish"
1515 },
1616 "files" : [
1717 " dist"
4646 "dependencies" : {
4747 "bluebird" : " ^3.4.7" ,
4848 "execa" : " ^0.6.0" ,
49- "sync-github-forks" : " ^0.1.15 "
49+ "sync-github-forks" : " ^0.1.17 "
5050 }
5151}
You can’t perform that action at this time.
0 commit comments