Skip to content

Commit 5056d7b

Browse files
committed
f: chore: update package and tooling config
1 parent 91e3229 commit 5056d7b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"fmt": "npm run prettier",
1212
"bump": "npm version -m \"chore(release): bump to v%s\"",
1313
"tsc": "npx -p [email protected] -- tsc -p ./jsconfig.json",
14-
"reexport-types": "npx -p jswt@1.x -- reexport",
14+
"reexport-types": "npx -p jswt@2.x -- reexport",
1515
"prepublish": "npm run reexport-types"
1616
},
1717
"keywords": [],
@@ -26,7 +26,9 @@
2626
"dashhd": "^3.3.3",
2727
"dashkeys": "^1.1.5",
2828
"dashphrase": "^1.4.0",
29-
"dashtx": "^0.20.1",
29+
"dashtx": "^0.20.1"
30+
},
31+
"devDependencies": {
3032
"vitest": "^2.0.5"
3133
}
3234
}

0 commit comments

Comments
 (0)