Skip to content

Commit 9201423

Browse files
committed
upgrade deps; remove http-server
1 parent f3a0e8a commit 9201423

File tree

3 files changed

+18
-183
lines changed

3 files changed

+18
-183
lines changed

package.json

-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
"build": "shadow-cljs clj-run build.main/build",
1010
"page": "shadow-cljs clj-run build.main/page",
1111
"up": "yarn build-cdn && tiye-up",
12-
"serve": "http-server dist -s",
1312
"ln": "cd target && rm -f entry && ln -s ../entry",
1413
"prod": "yarn install --production"
1514
},
@@ -27,7 +26,6 @@
2726
},
2827
"devDependencies": {
2928
"feather-icons": "^4.26.0",
30-
"http-server": "^0.12.1",
3129
"shadow-cljs": "^2.8.93",
3230
"source-map-support": "^0.5.16",
3331
"url-parse": "^1.4.7"

shadow-cljs.edn

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
[mvc-works/shell-page "0.1.10"]
77
[mvc-works/ws-edn "0.1.3"]
88
[cumulo/recollect "0.5.0"]
9-
[cumulo/reel "0.2.0-a1"]
9+
[cumulo/reel "0.2.0"]
1010
[cumulo/util "0.1.10"]
11-
[respo "0.12.1-a2"]
11+
[respo "0.12.1"]
1212
[respo/ui "0.3.14"]
13-
[respo/alerts "0.5.0-a2"]
13+
[respo/alerts "0.5.0"]
1414
[respo/message "0.3.6"]
1515
[respo/feather "0.1.1"]
1616
[cirru/bisection-key "0.1.5"]

0 commit comments

Comments
 (0)