1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-06-07 18:14:57 +02:00

move prettier from devdep to dep

This commit is contained in:
Kushagra Gour 2018-10-15 15:42:32 +05:30
parent c371409d26
commit f341488c17

View File

@ -48,7 +48,6 @@
"merge-stream": "^1.0.1",
"preact-cli": "^2.1.0",
"preact-render-spy": "^1.2.1",
"prettier": "^1.10.2",
"run-sequence": "^2.2.1",
"sw-precache": "^5.2.0"
},
@ -66,7 +65,8 @@
"preact-compat": "^3.17.0",
"preact-portal": "^1.1.3",
"preact-router": "^2.5.7",
"split.js": "1.3.4"
"split.js": "1.3.4",
"prettier": "^1.10.2"
},
"jest": {
"verbose": true,