Skip to content

Commit

Permalink
remove prebuild script
Browse files Browse the repository at this point in the history
  • Loading branch information
esterlus committed Oct 22, 2024
1 parent 5fe860c commit 9abc4c1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@
"main": "src/index.ts",
"license": "GPL-3.0",
"scripts": {
"prebuild": "node -p \"'export default \\'' + require('./package.json').version + '\\';'\" > src/version.ts",
"build": "yarn prebuild && tsc",
"build": "tsc",
"format": "prettier --write src/ .github/ *.js *.ts *.json *.md",
"format:ci": "prettier --check src/ .github/ *.js *.ts *.json *.md",
"lint": "eslint --fix src/",
Expand All @@ -32,7 +31,7 @@
"typescript": "^5.4.5"
},
"dependencies": {
"@hoprnet/uhttp-lib": "^3.7.2",
"@hoprnet/uhttp-lib": "^3.8.0",
"debug": "^4.3.4",
"sqlite3": "^5.1.7",
"ws": "^8.18.0"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -355,10 +355,10 @@
"@noble/curves" "^1.3.0"
"@noble/hashes" "^1.3.3"

"@hoprnet/uhttp-lib@^3.7.2":
version "3.7.2"
resolved "https://registry.yarnpkg.com/@hoprnet/uhttp-lib/-/uhttp-lib-3.7.2.tgz#ac97c51022b5298f020f502d00c8295f3fe3fdb3"
integrity sha512-aNUtnUsK367b8QDFODGmo2l6qLQgzTlFAk7yd1kNOGHBkjfL9ZVQIEn9oka1FiV4jnIBNBU+5+7F4ovZ5Yq2ug==
"@hoprnet/uhttp-lib@^3.8.0":
version "3.8.0"
resolved "https://registry.yarnpkg.com/@hoprnet/uhttp-lib/-/uhttp-lib-3.8.0.tgz#5f738c28f12fd6796fc4e3c047425f750abbd3f3"
integrity sha512-VoqJhXd8xe0pcbssDl/FRuheTP5UR5S8BwRxjXWAKaWrBkPBMVWiwSQAq6J6OPd0zA3R5VqLMRPu/OmkFpcatg==
dependencies:
"@hoprnet/uhttp-crypto" "^1.0.1"
debug "^4.3.4"
Expand Down

0 comments on commit 9abc4c1

Please sign in to comment.