Skip to content

Commit

Permalink
fixed(?) goof with babel presets that was negatively impacting tests
Browse files Browse the repository at this point in the history
  • Loading branch information
benmosher committed Jul 20, 2016
1 parent 9844c62 commit 3b21478
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"homepage": "https://github.com/benmosher/eslint-plugin-import",
"devDependencies": {
"babel-eslint": "next",
"babel-preset-es2015-argon": "*",
"babel-preset-es2015-argon": "latest",
"babel-plugin-istanbul": "^1.0.3",
"babel-register": "6.9.0",
"chai": "^3.4.0",
Expand Down
2 changes: 1 addition & 1 deletion resolvers/webpack/.babelrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{ "presets": ["es2015"] }
{ "presets": ["es2015-argon"] }
3 changes: 2 additions & 1 deletion resolvers/webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
"devDependencies": {
"chai": "^3.4.1",
"mocha": "^2.3.3",
"nyc": "^7.0.0"
"nyc": "^7.0.0",
"babel-preset-es2015-argon": "latest"
}
}

0 comments on commit 3b21478

Please sign in to comment.