Skip to content

Commit ed103dc

Browse files
Clean up package.json, switch to NPM versions of epoxy, rammerhead, and bare-as-module3
1 parent c39db06 commit ed103dc

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

package.json

+3-4
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,8 @@
1010
"start": "bundle exec ruby cli/cli.rb start",
1111
"install": "pnpm run build && bundle install",
1212
"build:rh": "tsc -p ./rammerhead/tsconfig.json",
13-
"build:epoxytransport": "cd ./epoxytransport/ && npm run build",
1413
"build:css": "node ./nodeJS/compile.js",
15-
"build": "pnpm run build:rh && pnpm run build:epoxytransport && pnpm run build:css",
14+
"build": "pnpm run build:rh && pnpm run build:css",
1615
"cli": "bundle exec ruby ./cli/cli.rb"
1716
},
1817
"engines": {
@@ -22,13 +21,13 @@
2221
"@fastify/caching": "^8.3.0",
2322
"@fastify/http-proxy": "^9.5.0",
2423
"@fastify/middie": "^8.3.1",
24+
"@mercuryworkshop/bare-as-module3": "^2.2.2",
2525
"@mercuryworkshop/bare-mux": "^1.1.0",
26-
"@mercuryworkshop/epoxy-transport": "workspace:*",
26+
"@mercuryworkshop/epoxy-transport": "^2.1.8",
2727
"@mercuryworkshop/libcurl-transport": "^1.3.1",
2828
"@nebula-services/dynamic": "0.7.2-patch.2",
2929
"@rubynetwork/rammerhead": "1.2.41-ruby.2",
3030
"@titaniumnetwork-dev/ultraviolet": "^3.1.1",
31-
"@tomphttp/bare-client": "workspace:*",
3231
"@tomphttp/bare-server-node": "^2.0.3",
3332
"chalk": "^5.3.0",
3433
"fastify": "^4.26.2",

pnpm-workspace.yaml

-3
This file was deleted.

0 commit comments

Comments
 (0)