Skip to content

Commit 21e7517

Browse files
committed
perf: support theme
2 parents 56ca124 + 6d22d70 commit 21e7517

File tree

4 files changed

+8
-9
lines changed

4 files changed

+8
-9
lines changed

.eslintrc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
"sourceType": "module"
1717
},
1818
"plugins": [
19-
"vika",
2019
"react",
2120
"react-hooks",
2221
"@typescript-eslint"

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ lerna-debug.log*
3636
.yarn/install-state.gz
3737
.yarn/unplugged
3838

39-
# vika yml will store your api token, so you need to ignore it
40-
.vika.yml
39+
# apitable yml will store your api token, so you need to ignore it
40+
.apitable.yml
4141

4242
# ignore packed files
4343
*.zip

LICENSE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2022 VIKADATA
3+
Copyright (c) 2022 APITable
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal
@@ -18,4 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1818
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1919
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2020
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21-
SOFTWARE.
21+
SOFTWARE.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
2-
"version": "0.0.8",
3-
"description": "a vika widget",
2+
"version": "0.0.11",
3+
"description": "a apitable widget",
44
"engines": {
55
"node": ">=8.x"
66
},
77
"keywords": [
8-
"vika",
8+
"apitable",
99
"widgets",
10-
"vika widgets"
10+
"apitable widgets"
1111
],
1212
"main": "./dist/index",
1313
"module": "./dist/index",

0 commit comments

Comments
 (0)