Skip to content

Commit

Permalink
Merge pull request PIVX-Labs#58 from Duddino/typings
Browse files Browse the repository at this point in the history
Add Typings to package.json
  • Loading branch information
Duddino authored Oct 31, 2023
2 parents e20cd2a + 91ad44f commit 23e4b15
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion js/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
{
"name": "pivx-shield",
"version": "1.0.5",
"version": "1.0.6",
"description": "WASM library for interoperation with the PIVX Shield sapling protocol.",
"files": [
"*"
],
"module": "pivx_shield.js",
"typings": "pivx_shield.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc --allowJs -d --emitDeclarationOnly pivx_shield.js"
Expand Down

0 comments on commit 23e4b15

Please sign in to comment.