Skip to content

Commit

Permalink
Revert #187
Browse files Browse the repository at this point in the history
  • Loading branch information
r-n-o committed Dec 22, 2023
1 parent 0b1d932 commit 93fc80e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/http/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"access": "public"
},
"scripts": {
"preinstall": "node -p \"'export const VERSION = ' + JSON.stringify(require('./package.json').name + '@' + require('./package.json').version) + ';'\" > src/version.ts",
"preinstall": "node -p \"'export const VERSION = ' + JSON.stringify(require('./package.json').version) + ';'\" > src/version.ts",
"prepublishOnly": "pnpm -w run clean-all && pnpm -w run build-all",
"build": "rollup -c",
"clean": "rimraf ./dist ./.cache",
Expand Down
2 changes: 1 addition & 1 deletion packages/http/src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const VERSION = "@turnkey/http@2.6.0";
export const VERSION = "2.6.0";

0 comments on commit 93fc80e

Please sign in to comment.