1.14.0
This commit is contained in:
parent
caa386590d
commit
2be5a3b81a
2 changed files with 4 additions and 4 deletions
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -1,12 +1,12 @@
|
||||||
{
|
{
|
||||||
"name": "web-component-base",
|
"name": "web-component-base",
|
||||||
"version": "1.13.3",
|
"version": "1.14.0",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "web-component-base",
|
"name": "web-component-base",
|
||||||
"version": "1.13.3",
|
"version": "1.14.0",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"workspaces": [
|
"workspaces": [
|
||||||
"site"
|
"site"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "web-component-base",
|
"name": "web-component-base",
|
||||||
"version": "1.13.3",
|
"version": "1.14.0",
|
||||||
"description": "A zero-dependency, ~600 Bytes (minified & gzipped), JS base class for creating reactive custom elements easily",
|
"description": "A zero-dependency, ~600 Bytes (minified & gzipped), JS base class for creating reactive custom elements easily",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"exports": {
|
"exports": {
|
||||||
|
@ -12,7 +12,7 @@
|
||||||
"import": "./WebComponent.min.js",
|
"import": "./WebComponent.min.js",
|
||||||
"types": "./WebComponent.d.ts"
|
"types": "./WebComponent.d.ts"
|
||||||
},
|
},
|
||||||
"./attach-effect" : {
|
"./attach-effect": {
|
||||||
"import": "./attach-effect.js",
|
"import": "./attach-effect.js",
|
||||||
"types": "./attach-effect.d.ts"
|
"types": "./attach-effect.d.ts"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue