Skip to content

Commit

Permalink
build: remove preinstall hooks
Browse files Browse the repository at this point in the history
- removes awesome-algorand tweetnacl fork
  • Loading branch information
PhearZero committed Apr 15, 2024
1 parent 9ce32c4 commit 8d2f3f3
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 10 deletions.
3 changes: 1 addition & 2 deletions clients/liquid-auth-client-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
"scripts": {
"dev": "tsc --watch",
"build": "tsc",
"preinstall": "npm run build",
"test": "tsc && node --test ./tests/connect.spec.js",
"test:cov": "tsc && c8 node --test ./tests/connect.spec.js"
},
Expand All @@ -45,6 +44,6 @@
"dependencies": {
"@liquid/core": "^1.0.0",
"qr-code-styling": "^1.6.0-rc.1",
"tweetnacl": "github:awesome-algorand/tweetnacl-js"
"tweetnacl": "^1.0.3"
}
}
1 change: 1 addition & 0 deletions clients/liquid-auth-client-js/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"declaration": true,
"module": "NodeNext",
"moduleResolution": "NodeNext",
"allowSyntheticDefaultImports": true,
"skipLibCheck": true,
}
}
3 changes: 1 addition & 2 deletions clients/liquid-auth-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
"scripts": {
"dev": "tsc --watch",
"build": "tsc",
"preinstall": "npm run build",
"test": "tsc && c8 -r html node --test ./tests/encoding.spec.js"
},
"author": "",
Expand All @@ -40,6 +39,6 @@
"typescript": "^5.4.5"
},
"dependencies": {
"tweetnacl": "github:awesome-algorand/tweetnacl-js"
"tweetnacl": "^1.0.3"
}
}
2 changes: 2 additions & 0 deletions clients/liquid-auth-core/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
"declaration": true,
"module": "NodeNext",
"moduleResolution": "NodeNext",
"allowSyntheticDefaultImports": true,
"allowJs": true,
"skipLibCheck": true,
"strictNullChecks": true
}
Expand Down
10 changes: 4 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8d2f3f3

Please sign in to comment.