diff --git a/README.md b/README.md index eac6c18..cf9a12d 100644 --- a/README.md +++ b/README.md @@ -83,6 +83,9 @@ Follow the [Getting Started with HelixUI](https://helixdesignsystem.github.io/he ``` ### Our Implementation +```js + import { Disclosure, Div, Modal } from '@helix-design-system/helix-react'; +``` ```jsx Confirm + ``` ## Guiding Principles diff --git a/package.json b/package.json index 88e6bb0..62e4c2c 100644 --- a/package.json +++ b/package.json @@ -6,6 +6,9 @@ "main": "dist/helix-react.js", "module": "dist/helix-react.esm.js", "unpkg": "dist/helix-react.js", + "files": [ + "dist/" + ], "scripts": { "install:clean": "rm -rf node_modules && yarn install", "build": "microbundle -i src/index.mjs --external react,react-dom --name HelixReact --jsx React.createElement --jsxFragment React.Fragment --compress false --sourcemap false", @@ -64,7 +67,7 @@ "classnames": "^2.x" }, "peerDependencies": { - "helix-ui": "^0.23.0", + "helix-ui": "^0.24.0", "prop-types": "^15.7.2", "react": "^16.6.3" },