Skip to content

Commit

Permalink
feat #79 - Select component (#82)
Browse files Browse the repository at this point in the history
* feat #79 - Select component

Closes #79
  • Loading branch information
nancy-dassana authored Sep 16, 2020
1 parent f6a1d6f commit 459e57f
Show file tree
Hide file tree
Showing 20 changed files with 1,778 additions and 206 deletions.
308 changes: 184 additions & 124 deletions package-lock.json

Large diffs are not rendered by default.

9 changes: 6 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dassana-io/web-components",
"version": "0.2.8",
"version": "0.3.0",
"publishConfig": {
"registry": "https://npm.pkg.github.com/dassana-io"
},
Expand All @@ -18,7 +18,7 @@
"@types/node": "^12.12.53",
"@types/react": "^16.9.44",
"@types/react-dom": "^16.9.8",
"antd": "^4.5.4",
"antd": "^4.6.3",
"bytes": "^3.1.0",
"classnames": "^2.2.6",
"fuse.js": "^6.4.1",
Expand Down Expand Up @@ -49,7 +49,10 @@
},
"jest": {
"coveragePathIgnorePatterns": [
".stories.tsx"
".stories.tsx",
"fixtures/*",
"types.ts",
"components/index.ts"
]
},
"browserslist": {
Expand Down
Loading

0 comments on commit 459e57f

Please sign in to comment.