Skip to content

Commit

Permalink
Merge pull request #31 from motiz88/update-deps
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
motiz88 authored May 20, 2018
2 parents 505747a + d97c31b commit 14d4c80
Show file tree
Hide file tree
Showing 3 changed files with 1,305 additions and 732 deletions.
2 changes: 1 addition & 1 deletion .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
{
"useBuiltIns": true,
"targets": {
"node": 6.9
"node": "6.9"
}
}
],
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
"url": "https://github.com/motiz88/git-exec-and-restage.git"
},
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-core": "^6.24.1",
"babel-preset-env": "1",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-preset-env": "^1.7.0",
"babel-preset-stage-0": "^6.24.1",
"codecov": "^2.2.0",
"if-env": "^1.0.0",
Expand All @@ -41,7 +41,7 @@
"npm": ">=3"
},
"dependencies": {
"babel-polyfill": "^6.23.0",
"core-js": "^2.5.0",
"cross-spawn-promise": "^0.10.1"
},
"jest": {
Expand Down
Loading

0 comments on commit 14d4c80

Please sign in to comment.