Skip to content

Commit 919e477

Browse files
committed
0.1.0
1 parent 4452c7d commit 919e477

File tree

4 files changed

+8
-22
lines changed

4 files changed

+8
-22
lines changed

.npmignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,9 @@ yarn.lock
1010
*.node
1111

1212
check.py
13+
resouce
14+
scripts
15+
.devcontainer
16+
__test__
17+
src
18+
build.rs

npm/win32-x64-msvc/README.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

npm/win32-x64-msvc/package.json

Lines changed: 0 additions & 18 deletions
This file was deleted.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"build:ts": "tsc -p tsconfig.json",
1616
"check_mem": "node --max-old-space-size=128 scripts/dgram_memory.js",
1717
"doc": "typedoc --excludePrivate --excludeInternal --excludeExternals js/index.ts",
18-
"prepublishOnly": "napi pre`publish -t npm",
18+
"prepublishOnly": "npm run build:ts && napi prepublish -t npm",
1919
"test": "jest --testRegex '__test__/(.+).spec.ts' --runInBand --silent=false",
2020
"test:dumb": "TERM=dumb npm run test",
2121
"version": "napi version"
@@ -36,6 +36,7 @@
3636
"jest": "^27.5.1",
3737
"ts-jest": "^27.1.4",
3838
"typedoc": "^0.22.15",
39+
"typedoc-plugin-markdown": "^3.12.1",
3940
"typescript": "^4.6.3"
4041
},
4142
"engines": {

0 commit comments

Comments
 (0)