Skip to content

Commit

Permalink
Added missing exports in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierstoval committed Oct 23, 2023
1 parent 79f358b commit f28ddc0
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
# v0.3.3

Changes:

- Added missing exports in `package.json`

# v0.3.2

Turns out previous version was incorrectly built when pushed to npm registry, so rebuilt it.
Changes:

- Turns out previous version was incorrectly built when pushed to npm registry, so rebuilt it.

# v0.3.1

Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@orbitale/svelte-admin",
"version": "0.3.2",
"version": "0.3.3",
"description": "(prototype) Crud base for Svelte projects",
"main": "src/lib/index.js",
"repository": "https://github.com/Orbitale/SvelteAdmin",
Expand All @@ -23,7 +23,8 @@
".": {
"types": "./dist/index.d.ts",
"svelte": "./dist/index.js"
}
},
"./themes/*": "./dist/themes/*"
},
"files": [
"dist",
Expand Down

0 comments on commit f28ddc0

Please sign in to comment.