Compare commits
2 Commits
e901bd6019
...
5cdb02bc80
Author | SHA1 | Date |
---|---|---|
Bauke | 5cdb02bc80 | |
Bauke | c3a9013c23 |
|
@ -2,7 +2,7 @@
|
||||||
"name": "@holllo/preact-components",
|
"name": "@holllo/preact-components",
|
||||||
"description": "Holllo's Preact component library.",
|
"description": "Holllo's Preact component library.",
|
||||||
"license": "AGPL-3.0-or-later",
|
"license": "AGPL-3.0-or-later",
|
||||||
"version": "0.2.2",
|
"version": "0.2.3",
|
||||||
"author": "Holllo <helllo@holllo.org>",
|
"author": "Holllo <helllo@holllo.org>",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
@ -30,8 +30,8 @@
|
||||||
"preact": "10.x"
|
"preact": "10.x"
|
||||||
},
|
},
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "build/source/gram.js",
|
"main": "build/source/index.js",
|
||||||
"types": "build/source/gram.d.ts",
|
"types": "build/source/index.d.ts",
|
||||||
"files": [
|
"files": [
|
||||||
"build/source/",
|
"build/source/",
|
||||||
"package.json",
|
"package.json",
|
||||||
|
|
Loading…
Reference in New Issue