We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 279c3f3 commit 5e02509Copy full SHA for 5e02509
.gitignore
@@ -39,3 +39,4 @@ tsconfig.test.json
39
.eslintrc.js
40
.prettierignore
41
.storybook
42
+storybook/index.js
now.json
@@ -1,11 +1,11 @@
1
{
2
"version": 2,
3
- "name": "rc-tree",
+ "name": "rc-select",
4
"builds": [
5
6
"src": "package.json",
7
"use": "@now/static-build",
8
"config": { "distDir": "build" }
9
}
10
]
11
-}
+}
0 commit comments