Skip to content

Commit

Permalink
fix(babel): Added babel-polyfill to build
Browse files Browse the repository at this point in the history
  • Loading branch information
guioconnor committed Mar 12, 2018
1 parent bedaf3b commit 5713419
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
"babel-core": "^6.26.0",
"babel-jest": "^22.4.1",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
Expand All @@ -66,8 +67,8 @@
"travis-deploy-once": "^4.4.0"
},
"peerDependencies": {
"react": "^16.2.0",
"lodash": "^4.17.5"
"lodash": "^4.17.5",
"react": "^16.2.0"
},
"czConfig": {
"path": "node_modules/cz-conventional-changelog"
Expand All @@ -77,4 +78,4 @@
"pre-commit": "yarn coverage && yarn check-coverage"
}
}
}
}

0 comments on commit 5713419

Please sign in to comment.