Skip to content

Commit

Permalink
Merge pull request mui#5221 from oliviertassinari/add-babel-runtime
Browse files Browse the repository at this point in the history
[core] Add babel-runtime to the release
  • Loading branch information
oliviertassinari authored Sep 20, 2016
2 parents 34b35c6 + c8d06f9 commit 8fddb05
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
},
"release": {
"plugins": [
"transform-runtime",
["transform-react-remove-prop-types", {"mode": "wrap"}]
],
}
Expand Down
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,13 @@
"react-tap-event-plugin": "^1.0.0"
},
"dependencies": {
"babel-runtime": "^6.11.6",
"inline-style-prefixer": "^2.0.1",
"keycode": "^2.1.1",
"lodash": "^4.13.1",
"react-addons-create-fragment": "^15.0.0",
"react-addons-transition-group": "^15.0.0",
"react-event-listener": "^0.2.1",
"react-event-listener": "^0.3.0",
"recompose": "^0.20.2",
"simple-assign": "^0.1.0",
"warning": "^3.0.0"
Expand All @@ -64,6 +65,7 @@
"babel-plugin-transform-react-inline-elements": "^6.6.5",
"babel-plugin-transform-react-remove-prop-types": "^0.2.6",
"babel-plugin-transform-replace-object-assign": "^0.2.1",
"babel-plugin-transform-runtime": "^6.15.0",
"babel-polyfill": "^6.7.4",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.11.1",
Expand Down

0 comments on commit 8fddb05

Please sign in to comment.