Skip to content

Commit

Permalink
Clean up package.json, switch to NPM versions of epoxy, rammerhead, a…
Browse files Browse the repository at this point in the history
…nd bare-as-module3
  • Loading branch information
MotorTruck1221 committed Aug 18, 2024
1 parent c39db06 commit ed103dc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,8 @@
"start": "bundle exec ruby cli/cli.rb start",
"install": "pnpm run build && bundle install",
"build:rh": "tsc -p ./rammerhead/tsconfig.json",
"build:epoxytransport": "cd ./epoxytransport/ && npm run build",
"build:css": "node ./nodeJS/compile.js",
"build": "pnpm run build:rh && pnpm run build:epoxytransport && pnpm run build:css",
"build": "pnpm run build:rh && pnpm run build:css",
"cli": "bundle exec ruby ./cli/cli.rb"
},
"engines": {
Expand All @@ -22,13 +21,13 @@
"@fastify/caching": "^8.3.0",
"@fastify/http-proxy": "^9.5.0",
"@fastify/middie": "^8.3.1",
"@mercuryworkshop/bare-as-module3": "^2.2.2",
"@mercuryworkshop/bare-mux": "^1.1.0",
"@mercuryworkshop/epoxy-transport": "workspace:*",
"@mercuryworkshop/epoxy-transport": "^2.1.8",
"@mercuryworkshop/libcurl-transport": "^1.3.1",
"@nebula-services/dynamic": "0.7.2-patch.2",
"@rubynetwork/rammerhead": "1.2.41-ruby.2",
"@titaniumnetwork-dev/ultraviolet": "^3.1.1",
"@tomphttp/bare-client": "workspace:*",
"@tomphttp/bare-server-node": "^2.0.3",
"chalk": "^5.3.0",
"fastify": "^4.26.2",
Expand Down
3 changes: 0 additions & 3 deletions pnpm-workspace.yaml

This file was deleted.

0 comments on commit ed103dc

Please sign in to comment.