Skip to content
This repository was archived by the owner on Nov 8, 2022. It is now read-only.

Commit 728f771

Browse files
committed
chore(pkg): fix error & bump version
1 parent 0ce359a commit 728f771

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

deploy/production/web.tar.gz

170 Bytes
Binary file not shown.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "coderplanets_web",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"license": "Apache License 2.0",
55
"scripts": {
66
"dev": "cross-env NODE_ENV=dev next dev",

src/containers/content/HaveADrinkContent/spec.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export type TView = string
44

55
export type TSettingOption = {
66
fontSize: string
7-
animateType: 'fade' | 'bounce'
7+
animateType: string
88
}
99

1010
export type TInterval = '3s' | '5s' | '10s'

0 commit comments

Comments
 (0)