Skip to content

Commit 51468c9

Browse files
committed
moved promise polyfill to dev dependencies
1 parent ae75d51 commit 51468c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/optimizely-sdk/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@
4040
"json-schema": "^0.2.3",
4141
"lodash": "^4.17.11",
4242
"murmurhash": "0.0.2",
43-
"promise-polyfill": "8.1.0",
4443
"uuid": "^3.3.2"
4544
},
4645
"devDependencies": {
@@ -62,7 +61,8 @@
6261
"nock": "^7.7.2",
6362
"sinon": "^2.3.1",
6463
"webpack": "^4.25.1",
65-
"webpack-cli": "^3.1.2"
64+
"webpack-cli": "^3.1.2",
65+
"promise-polyfill": "8.1.0"
6666
},
6767
"publishConfig": {
6868
"access": "public"

0 commit comments

Comments
 (0)