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 2828 "bench" : " node bench" ,
2929 "prepare" : " npm run build" ,
3030 "format" : " prettier --semi false --write 'src/**/*.js' '{,tests/ts/}*.ts'" ,
31- "release" : " npm run build && npm test && git commit -am $npm_package_version && git tag $npm_package_version && git push && git push --tags && npm publish"
31+ "release" : " npm run build && npm test && git commit -am $npm_package_version && git tag $npm_package_version && git push origin master && git push --tags && npm publish"
3232 },
3333 "babel" : {
3434 "presets" : " env"
3535 },
3636 "devDependencies" : {
37- "babel-preset-env" : " ^1.6.0 " ,
37+ "babel-preset-env" : " ^1.6.1 " ,
3838 "jest" : " ^21.2.1" ,
3939 "prettier" : " ~1.7.4" ,
4040 "rollup" : " ^0.50.0" ,
41- "typescript" : " ^2.5.2 " ,
41+ "typescript" : " ^2.5.3 " ,
4242 "uglify-js" : " ^2.7.5"
4343 }
4444}
You can’t perform that action at this time.
0 commit comments