Skip to content

Commit 82a9222

Browse files
Moves dialog-polyfill from devDependencies to dependencies (#252)
1 parent b72155d commit 82a9222

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

package-lock.json

Lines changed: 2 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@
3131
"license": "Apache-2.0",
3232
"devDependencies": {
3333
"closure-builder": "^2.0.17",
34-
"dialog-polyfill": "^0.4.7",
3534
"firebase-tools": "^3.0.8",
3635
"fs-extra": "^3.0.1",
3736
"google-closure-compiler": "^20160713.2.0",
@@ -51,6 +50,7 @@
5150
"streamqueue": "^1.1.1"
5251
},
5352
"dependencies": {
53+
"dialog-polyfill": "^0.4.7",
5454
"firebase": "^4.3.1"
5555
}
5656
}

0 commit comments

Comments
 (0)