Skip to content

Commit

Permalink
Merge pull request #298 from serverless/patch-babel
Browse files Browse the repository at this point in the history
Unfix babel versions (after bug was fixed)
  • Loading branch information
medikoo committed Oct 11, 2019
2 parents 872e12d + d4c9d69 commit 2d55b07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -45,8 +45,8 @@
"yamljs": "^0.3.0"
},
"devDependencies": {
"@babel/cli": "7.6.2",
"@babel/core": "7.6.2",
"@babel/cli": "^7.6.4",
"@babel/core": "^7.6.4",
"@babel/preset-env": "^7.1.0",
"@babel/register": "^7.6.0",
"@serverless/eslint-config": "^1.0.1",
Expand Down

0 comments on commit 2d55b07

Please sign in to comment.