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