Skip to content

Commit 4cb0ec1

Browse files
committed
fix: public access
1 parent e96a6d8 commit 4cb0ec1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
"version": "3.0.0",
44
"description": "Put your callbacks into queue to make sure that concurrent requests that you might want to perform will only be executed once",
55
"main": "./lib/callback-queue.js",
6+
"publishConfig": {
7+
"access": "public"
8+
},
69
"scripts": {
710
"test": "yarn lint && mocha -r ts-node/register -R spec test/*.spec.ts",
811
"lint": "eslint ./src",

0 commit comments

Comments
 (0)