1
0
Fork 0

fix: correct main file paths

This commit is contained in:
Sean Sube 2023-01-01 18:12:54 -06:00
parent c0af486b3b
commit 0a1bd78434
1 changed files with 2 additions and 2 deletions

View File

@ -3,8 +3,8 @@
"version": "0.3.0",
"description": "Github/Gitlab label & workflow manager",
"type": "module",
"main": "out/index.js",
"browser": "out/browser.js",
"main": "out/src/index.js",
"browser": "out/bundle/index.cjs",
"directories": {
"doc": "docs",
"test": "test"