Skip to content

Commit c132b49

Browse files
committed
Some updates
1 parent e8a0d7d commit c132b49

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "js-element",
3-
"version": "0.0.202",
3+
"version": "0.0.203",
44
"description": "",
55
"license": "LGPL-3.0",
66
"main": "./index.js",
77
"module": "./dist/js-element.esm.production.js",
8-
"types": "./dist/types/index.d.ts",
8+
"types": "./dist/types/js-element.d.ts",
99
"exports": {
1010
".": {
1111
"development": {
@@ -175,7 +175,7 @@
175175
"html-webpack-plugin": "^5.3.2",
176176
"jest": "^27.0.6",
177177
"npm-check-updates": "^11.8.3",
178-
"rollup": "^2.56.2",
178+
"rollup": "^2.56.3",
179179
"rollup-plugin-brotli": "^3.1.0",
180180
"rollup-plugin-gzip": "^2.5.0",
181181
"rollup-plugin-replace": "^2.2.0",

rollup.config.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,7 @@ function createConfig(pkg, moduleFormat, productive) {
4444
'js-element/hooks': 'jsElement.hooks',
4545
'js-element/utils': 'jsElement.utils',
4646
'js-element/lit': 'jsElement.lit',
47-
//'lit-html': 'lit',
48-
'lit-html/**': 'lit'
47+
'lit-html': 'lit'
4948
}
5049
},
5150

@@ -70,6 +69,7 @@ function createConfig(pkg, moduleFormat, productive) {
7069
'process.env.NODE_ENV': productive ? "'production'" : "'development'"
7170
}
7271
}),
72+
7373
typescript({
7474
tsconfig: './tsconfig.dist.json'
7575
}),

0 commit comments

Comments
 (0)