Skip to content

Commit 477e002

Browse files
committedNov 2, 2021
make bus-test public
1 parent ba1fe9c commit 477e002

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎packages/bus-test/package.json

+3
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@
1313
"lint": "tslint --project tsconfig.json 'src/**/*.ts'",
1414
"lint:fix": "yarn lint --fix"
1515
},
16+
"publishConfig": {
17+
"access": "public"
18+
},
1619
"bugs": {
1720
"url": "https://github.com/node-ts/bus/issues"
1821
},

0 commit comments

Comments
 (0)
Please sign in to comment.