Skip to content

Commit

Permalink
Merge pull request #23 from evangelion1204/1.0.0-alpha
Browse files Browse the repository at this point in the history
Polyfill for Object.assign
  • Loading branch information
evangelion1204 committed Nov 18, 2016
2 parents 676f8b8 + 2f98887 commit 3237caa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"babel-plugin-transform-es2015-destructuring",
"babel-plugin-transform-es2015-for-of",
"babel-plugin-transform-object-rest-spread",
"babel-plugin-transform-es2015-shorthand-properties"
"babel-plugin-transform-es2015-shorthand-properties",
"babel-plugin-transform-object-assign"
]
}
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
"babel-plugin-transform-es2015-parameters": "^6.3.26",
"babel-plugin-transform-es2015-shorthand-properties": "^6.18.0",
"babel-plugin-transform-es2015-template-literals": "^6.3.13",
"babel-plugin-transform-object-assign": "^6.8.0",
"babel-plugin-transform-object-rest-spread": "^6.19.0",
"babel-register": "^6.18.0",
"benchmark": "^2.0.0",
Expand Down

0 comments on commit 3237caa

Please sign in to comment.