Skip to content

Commit 5713419

Browse files
committed
fix(babel): Added babel-polyfill to build
1 parent bedaf3b commit 5713419

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

package.json

+4-3
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
"babel-core": "^6.26.0",
4646
"babel-jest": "^22.4.1",
4747
"babel-plugin-transform-class-properties": "^6.24.1",
48+
"babel-polyfill": "^6.26.0",
4849
"babel-preset-env": "^1.6.1",
4950
"babel-preset-react": "^6.24.1",
5051
"babel-preset-stage-2": "^6.24.1",
@@ -66,8 +67,8 @@
6667
"travis-deploy-once": "^4.4.0"
6768
},
6869
"peerDependencies": {
69-
"react": "^16.2.0",
70-
"lodash": "^4.17.5"
70+
"lodash": "^4.17.5",
71+
"react": "^16.2.0"
7172
},
7273
"czConfig": {
7374
"path": "node_modules/cz-conventional-changelog"
@@ -77,4 +78,4 @@
7778
"pre-commit": "yarn coverage && yarn check-coverage"
7879
}
7980
}
80-
}
81+
}

0 commit comments

Comments
 (0)