Skip to content

Commit 0e62e8e

Browse files
committed
Move json2mq from devDependencies to dependencies
1 parent f4d5854 commit 0e62e8e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@
3333
"expect": "^1.20.2",
3434
"gzip-size": "^3.0.0",
3535
"in-publish": "^2.0.0",
36-
"json2mq": "^0.2.0",
3736
"karma": "^1.2.0",
3837
"karma-browserstack-launcher": "^1.0.1",
3938
"karma-chrome-launcher": "^1.0.1",
@@ -48,6 +47,9 @@
4847
"readline-sync": "^1.4.4",
4948
"webpack": "^1.13.1"
5049
},
50+
"dependencies": {
51+
"json2mq": "^0.2.0"
52+
},
5153
"keywords": [
5254
"react",
5355
"media",

0 commit comments

Comments
 (0)