Skip to content

Commit

Permalink
add 'svelte' field to package.json, include src in package
Browse files Browse the repository at this point in the history
  • Loading branch information
Joe Attardi committed Aug 17, 2019
1 parent d85ba3b commit ce723fb
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "svelte-tabs",
"version": "1.0.0",
"version": "1.0.1",
"svelte": "src/index.js",
"module": "dist/index.mjs",
"main": "dist/index.js",
"scripts": {
Expand Down Expand Up @@ -37,6 +38,12 @@
"url": "https://github.com/joeattardi/svelte-tabs/issues"
},
"files": [
"dist"
"dist",
"src/id.js",
"src/index.js",
"src/Tab.svelte",
"src/TabList.svelte",
"src/TabPanel.svelte",
"src/Tabs.svelte"
]
}

0 comments on commit ce723fb

Please sign in to comment.