Skip to content

Commit

Permalink
fix: fix files field in package.json #700
Browse files Browse the repository at this point in the history
  • Loading branch information
daybrush committed Jul 17, 2022
1 parent c26d715 commit 5130109
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions packages/vue-moveable/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-moveable",
"version": "2.0.0-beta.24",
"version": "2.0.0-beta.25",
"description": "A Vue Component that create Moveable, Draggable, Resizable, Scalable, Rotatable, Warpable, Pinchable, Groupable.",
"types": "declaration/index.d.ts",
"main": "dist/moveable.cjs.js",
Expand Down Expand Up @@ -45,7 +45,8 @@
"url": "https://github.com/daybrush/moveable/blob/master/packages/vue-moveable"
},
"files": [
"./*"
"./*",
"dist/*"
],
"author": "Daybrush",
"license": "MIT",
Expand Down
5 changes: 3 additions & 2 deletions packages/vue3-moveable/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue3-moveable",
"version": "0.6.2",
"version": "0.6.3",
"description": "A Vue 3 Component that create Moveable, Draggable, Resizable, Scalable, Rotatable, Warpable, Pinchable, Groupable.",
"types": "declaration/index.d.ts",
"main": "dist/moveable.cjs.js",
Expand Down Expand Up @@ -53,7 +53,8 @@
"moveable": "~0.31.2"
},
"files": [
"./*"
"./*",
"dist/*"
],
"devDependencies": {
"@daybrush/builder": "^0.1.2",
Expand Down

0 comments on commit 5130109

Please sign in to comment.