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 0c4099a commit 48f5fc3Copy full SHA for 48f5fc3
package.json
@@ -1,11 +1,20 @@
1
{
2
"name": "@ngnjs/queue",
3
- "version": "1.0.0-alpha.11",
+ "version": "1.0.0-alpha.12",
4
"description": "A lightweight NGN queue (taskrunner).",
5
"type": "module",
6
- "main": "src/index.js",
+ "main": "./src/index.js",
7
"module": "index.js",
8
+ "exports": {
9
+ ".": {
10
+ "import": "./index.js"
11
+ }
12
+ },
13
"browser": "./index.js",
14
+ "directories": {
15
+ "lib": "src/lib"
16
17
+ "sideEffects": false,
18
"author": "Corey Butler",
19
"private": false,
20
"license": "MIT",
0 commit comments