-
- Downloads
feat: support node exports field
parent
fd611c84
No related branches found
No related tags found
... | ... | @@ -18,6 +18,12 @@ |
}, | ||
"license": "MIT", | ||
"author": "David Sveningsson <ext@sidvind.com>", | ||
"exports": { | ||
".": "./dist/index.js", | ||
"./plugin": "./dist/plugin.js", | ||
"./commands": "./dist/commands.js", | ||
"./package.json": "./package.json" | ||
}, | ||
"main": "dist/index.js", | ||
"files": [ | ||
"dist", | ||
... | ... |
-
mentioned in commit 85aafd75
-
mentioned in merge request demo-app!27 (merged)
-
mentioned in merge request try-online!119 (merged)
Please register or sign in to comment