diff --git a/README.md b/README.md index d4465f4..2e23f66 100644 --- a/README.md +++ b/README.md @@ -77,12 +77,6 @@ Modify file `src/App.svelte` in the following way ``` -_Note for the [sapper](https://sapper.svelte.dev/) application, you must import components from `svelte-mui/src` like so_ - -```js - import { Button, Checkbox } from 'svelte-mui/src'; -``` - ...then start [Rollup](https://rollupjs.org/) ```bash diff --git a/package.json b/package.json index ded5fd2..c1c0142 100644 --- a/package.json +++ b/package.json @@ -8,6 +8,7 @@ "url": "https://github.com/vikignt/svelte-mui.git" }, "license": "MIT", + "svelte": "src/index.js", "module": "index.mjs", "main": "index.js", "scripts": { @@ -45,4 +46,4 @@ "index.mjs", "index.js" ] -} \ No newline at end of file +}