Skip to content

Commit

Permalink
Merge pull request #6 from zigomir/custom-element-dist
Browse files Browse the repository at this point in the history
Add dist-custom-elements-bundle
  • Loading branch information
zigomir authored Sep 17, 2020
2 parents 92ad089 + a5a7287 commit 5171276
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "caly",
"version": "0.5.0",
"version": "0.6.0",
"description": "Caly is a small calendar!",
"main": "dist/index.cjs.js",
"module": "dist/index.js",
"module": "dist/custom-elements/index.js",
"types": "dist/types/index.d.ts",
"collection": "dist/collection/collection-manifest.json",
"collection:main": "dist/collection/index.js",
Expand All @@ -20,7 +20,7 @@
},
"devDependencies": {
"@stencil/core": "^2.0.3",
"@types/jest": "26.0.13",
"@types/jest": "26.0.14",
"@types/puppeteer": "3.0.2",
"cntdys": "^0.3.2",
"jest": "26.4.2",
Expand Down
3 changes: 3 additions & 0 deletions stencil.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ export const config: Config = {
type: 'dist',
esmLoaderPath: '../loader',
},
{
type: 'dist-custom-elements-bundle',
},
{
type: 'docs-readme',
strict: true,
Expand Down

0 comments on commit 5171276

Please sign in to comment.