Skip to content

Commit

Permalink
fix(package): exports
Browse files Browse the repository at this point in the history
  • Loading branch information
arlac77 committed Dec 21, 2020
1 parent b85c7cc commit 913c9b3
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 500 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@
"publishConfig": {
"access": "public"
},
"main": "./src/index.mjs",
"svelte": "./src/index.svelte",
"exports": {
".": "./src/index.mjs"
},
"description": "svelte store with a websocket backend",
"keywords": [
"component",
Expand All @@ -32,6 +33,7 @@
"devDependencies": {
"@rollup/plugin-node-resolve": "^11.0.1",
"documentation": "github:arlac77/documentation",
"postcss-import": "12.0.1",
"rollup": "^2.35.1",
"rollup-plugin-dev": "^1.1.3",
"rollup-plugin-postcss": "^3.1.8",
Expand Down
2 changes: 0 additions & 2 deletions src/index.svelte

This file was deleted.

Loading

0 comments on commit 913c9b3

Please sign in to comment.