Skip to content

Commit ff0abcd

Browse files
committed
chore: remove patch-package from engine postinstall script
1 parent 2fc3446 commit ff0abcd

File tree

3 files changed

+10
-13
lines changed

3 files changed

+10
-13
lines changed

javascript/engine-js/package-lock.json

Lines changed: 2 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

javascript/engine-js/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tokenscript/engine-js",
3-
"version": "1.5.2",
3+
"version": "1.5.3",
44
"description": "A Typescript implementation of the TokenScript runtime",
55
"repository": {
66
"type": "git",
@@ -26,7 +26,6 @@
2626
"copy-sdk": "copyfiles -u 1 ./src/view/sdk/* ./dist/lib.esm && copyfiles copyfiles -u 1 ./src/view/sdk/* ./dist/lib.commonjs",
2727
"watch": "tsc --watch",
2828
"test": "echo \"Error: no test specified\" && exit 1",
29-
"postinstall": "npx -y patch-package",
3029
"prepublishOnly": "npm run build",
3130
"bundle-sdk": "node scripts/bundleSDK.js"
3231
},

javascript/tokenscript-viewer/package-lock.json

Lines changed: 7 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)