Skip to content

Commit

Permalink
fix: decorator fix
Browse files Browse the repository at this point in the history
  • Loading branch information
foxhound87 committed Jun 30, 2016
1 parent 8fe8aad commit f250d5a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"presets": ["es2015", "stage-0"],
"plugins": [
"transform-es2015-modules-umd",
"transform-decorators-legacy",
"transform-class-properties"
]
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@
"babel-plugin-transform-class-properties": "6.10.2",
"babel-plugin-transform-decorators": "6.8.0",
"babel-plugin-transform-decorators-legacy": "1.3.4",
"babel-plugin-transform-es2015-modules-umd": "6.8.0",
"babel-plugin-transform-runtime": "6.9.0",
"babel-preset-es2015": "6.9.0",
"babel-preset-stage-0": "6.5.0",
Expand Down

0 comments on commit f250d5a

Please sign in to comment.