Skip to content

Commit

Permalink
perf(devDeps): tweaks
Browse files Browse the repository at this point in the history
- remove no longer used `assert-exception`
- add ponyfill `babel-plugin-transform-object-assign` for node-v0/IE
  • Loading branch information
59naga committed Apr 19, 2016
1 parent 594bd4f commit 12213a7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
{
"plugins": [
"transform-object-assign",
],
"env": {
"development": {
"presets": [
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@
},
"devDependencies": {
"abigail": "^1.6.1",
"assert-exception": "^1.1.0",
"ava": "^0.14.0",
"babel-cli": "^6.6.5",
"babel-eslint": "^6.0.2",
"babel-plugin-espower": "^2.1.2",
"babel-plugin-transform-object-assign": "^6.5.0",
"babel-preset-es2015": "^6.6.0",
"babel-preset-es2015-rollup": "^1.1.1",
"babel-preset-stage-1": "^6.5.0",
Expand Down

0 comments on commit 12213a7

Please sign in to comment.