fix(helpers): publish folders to npm
This commit is contained in:
parent
ca48d6e79b
commit
bc6958b984
1 changed files with 4 additions and 1 deletions
|
|
@ -25,14 +25,17 @@
|
|||
"main": "index.js",
|
||||
"module": "index.js",
|
||||
"files": [
|
||||
"renderLitAsNode",
|
||||
"sb-action-logger",
|
||||
"sb-locale-switcher",
|
||||
"sortEachDepth",
|
||||
"*.js"
|
||||
],
|
||||
"dependencies": {
|
||||
"@lion/core": "0.4.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@open-wc/demoing-storybook": "^1.6.1",
|
||||
"@open-wc/demoing-storybook": "^1.8.3",
|
||||
"@open-wc/testing": "^2.3.4"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue