Skip to content

Commit 74a0489

Browse files
committed
dep bump
1 parent 3fc4de4 commit 74a0489

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,17 +28,17 @@
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
}

0 commit comments

Comments
 (0)