Skip to content

Commit 2e0c0bb

Browse files
author
LongYinan
committed
chore: fix publish config
1 parent eec35c3 commit 2e0c0bb

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

packages/crc32/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@
99
"main": "index.js",
1010
"typings": "index.d.ts",
1111
"files": ["index.js", "index.d.ts", "index.*.node", "LICENSE", "COPYING"],
12+
"publishConfig": {
13+
"registry": "https://registry.npmjs.org/",
14+
"access": "public"
15+
},
1216
"repository": {
1317
"type": "git",
1418
"url": "git+https://github.com/Brooooooklyn/node-rs.git"

packages/helper/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@
88
"license": "MIT",
99
"main": "lib/index.js",
1010
"typings": "lib/index.d.ts",
11+
"publishConfig": {
12+
"registry": "https://registry.npmjs.org/",
13+
"access": "public"
14+
},
1115
"files": ["lib"],
1216
"repository": {
1317
"type": "git",

0 commit comments

Comments
 (0)