Skip to content

Commit

Permalink
Removed babel-plugin-transform-undefined-to-void
Browse files Browse the repository at this point in the history
  • Loading branch information
kobezzza committed Dec 9, 2015
1 parent 06f804a commit a13bd34
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
5 changes: 1 addition & 4 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
{
"presets": ["es2015"],
"compact": false,
"auxiliaryCommentBefore": "istanbul ignore next",
"plugins": [
"transform-undefined-to-void"
]
"auxiliaryCommentBefore": "istanbul ignore next"
}
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@
},
"devDependencies": {
"babel-core": "^6.3.15",
"babel-plugin-transform-undefined-to-void": "^6.3.13",
"babel-preset-es2015": "^6.3.13",
"coveralls": "^2.11.2",
"gulp": "^3.8.9",
Expand Down

0 comments on commit a13bd34

Please sign in to comment.