We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e96a6d8 commit 4cb0ec1Copy full SHA for 4cb0ec1
package.json
@@ -3,6 +3,9 @@
3
"version": "3.0.0",
4
"description": "Put your callbacks into queue to make sure that concurrent requests that you might want to perform will only be executed once",
5
"main": "./lib/callback-queue.js",
6
+ "publishConfig": {
7
+ "access": "public"
8
+ },
9
"scripts": {
10
"test": "yarn lint && mocha -r ts-node/register -R spec test/*.spec.ts",
11
"lint": "eslint ./src",
0 commit comments