Skip to content

Commit bc0ef13

Browse files
committed
🐞 fix: update package.json
1 parent 5b8f4fc commit bc0ef13

File tree

2 files changed

+44
-20
lines changed

2 files changed

+44
-20
lines changed

package-lock.json

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

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
"coverage-report": "npm run build && npm run nobuild:coverage-report",
2424
"coverage-html": "npm run build && npm run nobuild:coverage-html",
2525
"coverage": "npm run build && npm run nobuild:coverage",
26+
"doc": "typedoc",
2627
"format": "npm run prettier -- --write",
2728
"formatjs": "npm run prettierjs -- --write",
2829
"format:ci": "npm run prettier -- --check && npm run prettierjs -- --check",
@@ -39,8 +40,7 @@
3940
"prettier": "prettier \"ts_src/**/*.ts\" \"test/**/*.ts\" --ignore-path ./.prettierignore",
4041
"prettierjs": "prettier \"src/**/*.js\" --ignore-path ./.prettierignore",
4142
"test": "npm run build && npm run format:ci && npm run lint && npm run nobuild:coverage",
42-
"unit": "npm run build && npm run nobuild:unit",
43-
"doc": "npx typedoc"
43+
"unit": "npm run build && npm run nobuild:unit"
4444
},
4545
"repository": {
4646
"type": "git",
@@ -54,7 +54,6 @@
5454
"bech32": "^2.0.0",
5555
"bip174": "^2.1.1",
5656
"bs58check": "^3.0.1",
57-
"typedoc": "^0.25.1",
5857
"typeforce": "^1.11.3",
5958
"varuint-bitcoin": "^1.1.2"
6059
},
@@ -89,6 +88,7 @@
8988
"rimraf": "^2.6.3",
9089
"tiny-secp256k1": "^2.2.0",
9190
"ts-node": "^8.3.0",
91+
"typedoc": "^0.25.1",
9292
"typescript": "^4.4.4"
9393
},
9494
"license": "MIT"

0 commit comments

Comments
 (0)