Rename gram to preact-components.
This commit is contained in:
parent
bc8a9b0efe
commit
4a46f327ab
|
@ -11,7 +11,7 @@
|
|||
"test": "xo && stylelint 'source/**/*.scss' && tsc && c8 ava"
|
||||
},
|
||||
"dependencies": {
|
||||
"@holllo/gram": "^0.2.1",
|
||||
"@holllo/preact-components": "^0.2.3",
|
||||
"htm": "^3.1.1",
|
||||
"modern-normalize": "^1.1.0",
|
||||
"preact": "^10.11.0",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
lockfileVersion: 5.4
|
||||
|
||||
specifiers:
|
||||
'@holllo/gram': ^0.2.1
|
||||
'@holllo/preact-components': ^0.2.3
|
||||
'@preact/preset-vite': ^2.4.0
|
||||
'@types/babel__core': ^7.1.19
|
||||
'@types/webextension-polyfill': ^0.9.1
|
||||
|
@ -24,7 +24,7 @@ specifiers:
|
|||
xo: ^0.52.3
|
||||
|
||||
dependencies:
|
||||
'@holllo/gram': 0.2.1_htm@3.1.1+preact@10.11.0
|
||||
'@holllo/preact-components': 0.2.3_htm@3.1.1+preact@10.11.0
|
||||
htm: 3.1.1
|
||||
modern-normalize: 1.1.0
|
||||
preact: 10.11.0
|
||||
|
@ -418,8 +418,8 @@ packages:
|
|||
- supports-color
|
||||
dev: true
|
||||
|
||||
/@holllo/gram/0.2.1_htm@3.1.1+preact@10.11.0:
|
||||
resolution: {integrity: sha512-F09w4w6NwYvLjRQbVcrD8gEdKd/g3iTs5dz3RbaMkT38ggToHoOO6K7UgHG2LkHaa9NGNz1gx1Hrg1TgXeAnXg==}
|
||||
/@holllo/preact-components/0.2.3_htm@3.1.1+preact@10.11.0:
|
||||
resolution: {integrity: sha512-NKpQiihUHFxEgKrpJfGIE0fBh1b2YannfQ8F6a0RKv/8gdikB/F7S3p9allFhx31VIogE5TO19ntD+rPbxczRA==}
|
||||
peerDependencies:
|
||||
htm: 3.x
|
||||
preact: 10.x
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
import {PrivacyLink} from '@holllo/gram';
|
||||
import {PrivacyLink} from '@holllo/preact-components';
|
||||
import {html} from 'htm/preact';
|
||||
import {Component} from 'preact';
|
||||
import type browser from 'webextension-polyfill';
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
import {ConfirmButton, FeedbackButton} from '@holllo/gram';
|
||||
import {ConfirmButton, FeedbackButton} from '@holllo/preact-components';
|
||||
import {html} from 'htm/preact';
|
||||
import {Component} from 'preact';
|
||||
import browser from 'webextension-polyfill';
|
||||
|
|
Loading…
Reference in New Issue