Skip to content

Commit 48f5fc3

Browse files
authored
Update package.json
Updated package/exports list to work with newer versions of Node
1 parent 0c4099a commit 48f5fc3

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

package.json

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,20 @@
11
{
22
"name": "@ngnjs/queue",
3-
"version": "1.0.0-alpha.11",
3+
"version": "1.0.0-alpha.12",
44
"description": "A lightweight NGN queue (taskrunner).",
55
"type": "module",
6-
"main": "src/index.js",
6+
"main": "./src/index.js",
77
"module": "index.js",
8+
"exports": {
9+
".": {
10+
"import": "./index.js"
11+
}
12+
},
813
"browser": "./index.js",
14+
"directories": {
15+
"lib": "src/lib"
16+
},
17+
"sideEffects": false,
918
"author": "Corey Butler",
1019
"private": false,
1120
"license": "MIT",

0 commit comments

Comments
 (0)