Skip to content

Commit

Permalink
Fix a files bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Elisarmor committed Jun 21, 2019
1 parent bce1b87 commit acaf27f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "svelte-toolbox",
"svelte": "src/components/components.module.js",
"module": "dist/index.mjs",
"main": "dist/index.js",
"version": "0.0.1-alpha.3",
"module": "dist/index.min.mjs",
"main": "dist/index.min.js",
"version": "0.0.1-alpha.4",
"license": "MIT",
"repository": {
"type": "git",
Expand Down Expand Up @@ -41,8 +41,8 @@
],
"files": [
"src",
"dist/index.mjs",
"dist/index.js"
"dist/index.min.mjs",
"dist/index.min.js"
],
"husky": {
"hooks": {
Expand Down

0 comments on commit acaf27f

Please sign in to comment.