Skip to content

Commit

Permalink
Merge pull request #10 from sippy-platform/0.8
Browse files Browse the repository at this point in the history
Mellow UI 0.8.1
  • Loading branch information
Studio384 committed Jun 21, 2022
2 parents 779b4fa + 93273b1 commit 31b872a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sippy-platform/mellow-ui",
"version": "0.8.0",
"version": "0.8.1",
"description": "React components for the Mellow Design System.",
"main": "./dist/mellow-ui.umd.js",
"module": "./dist/mellow-ui.es.js",
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
"@hooks/*": ["./src/hooks/*"]
}
},
"include": ["src/components"],
"include": ["src/components", "src/hooks"],
"references": [{ "path": "./tsconfig.node.json" }]
}

0 comments on commit 31b872a

Please sign in to comment.