Skip to content

Commit 5e02509

Browse files
committed
fix typo
1 parent 279c3f3 commit 5e02509

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,4 @@ tsconfig.test.json
3939
.eslintrc.js
4040
.prettierignore
4141
.storybook
42+
storybook/index.js

now.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"version": 2,
3-
"name": "rc-tree",
3+
"name": "rc-select",
44
"builds": [
55
{
66
"src": "package.json",
77
"use": "@now/static-build",
88
"config": { "distDir": "build" }
99
}
1010
]
11-
}
11+
}

0 commit comments

Comments
 (0)