Skip to content

Commit

Permalink
Fix: Module deprecated warnings (#411)
Browse files Browse the repository at this point in the history
  • Loading branch information
dineshvgp authored and coryhouse committed Apr 7, 2017
1 parent 08cc8e8 commit 1a2b1d5
Show file tree
Hide file tree
Showing 2 changed files with 306 additions and 320 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"babel-plugin-transform-react-constant-elements": "6.9.1",
"babel-plugin-transform-react-remove-prop-types": "0.2.11",
"babel-polyfill": "6.20.0",
"babel-preset-latest": "6.16.0",
"babel-preset-env": "1.3.2",
"babel-preset-react": "6.16.0",
"babel-preset-react-hmre": "1.1.1",
"babel-preset-stage-1": "6.16.0",
Expand All @@ -71,7 +71,7 @@
"jest": "18.1.0",
"json-loader": "0.5.4",
"mockdate": "2.0.1",
"node-sass": "4.0.0",
"node-sass": "^4.5.2",
"npm-run-all": "3.1.2",
"open": "0.0.5",
"postcss-loader": "1.2.1",
Expand Down Expand Up @@ -123,14 +123,14 @@
"env": {
"development": {
"presets": [
"latest",
"env",
"react-hmre"
]
},
"production": {
"presets": [
[
"latest",
"env",
{
"es2015": {
"modules": false
Expand All @@ -145,7 +145,7 @@
},
"test": {
"presets": [
"latest"
"env"
]
}
}
Expand Down
Loading

0 comments on commit 1a2b1d5

Please sign in to comment.