fix: correct main file paths
This commit is contained in:
parent
c0af486b3b
commit
0a1bd78434
|
@ -3,8 +3,8 @@
|
||||||
"version": "0.3.0",
|
"version": "0.3.0",
|
||||||
"description": "Github/Gitlab label & workflow manager",
|
"description": "Github/Gitlab label & workflow manager",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "out/index.js",
|
"main": "out/src/index.js",
|
||||||
"browser": "out/browser.js",
|
"browser": "out/bundle/index.cjs",
|
||||||
"directories": {
|
"directories": {
|
||||||
"doc": "docs",
|
"doc": "docs",
|
||||||
"test": "test"
|
"test": "test"
|
||||||
|
|
Loading…
Reference in New Issue