1
0
Fork 0
mirror of https://github.com/heyarne/airsonic-ui.git synced 2026-05-07 02:33:39 +02:00

Move shadow-cljs to devDependencies

This commit is contained in:
Arne Schlüter 2018-06-03 16:39:17 +02:00
commit 7ced956ba1

View file

@ -31,8 +31,7 @@
"create-react-class": "^15.6.3",
"open-iconic": "^1.1.1",
"react": "^16.3.2",
"react-dom": "^16.3.2",
"shadow-cljs": "^2.3.19"
"react-dom": "^16.3.2"
},
"devDependencies": {
"gh-pages": "^1.1.0",
@ -44,6 +43,7 @@
"npm-run-all": "^4.1.2",
"react-flip-move": "^3.0.1",
"react-highlight.js": "^1.0.7",
"sass": "^1.3.2"
"sass": "^1.3.2",
"shadow-cljs": "^2.3.19"
}
}