Skip to content

Commit 700a707

Browse files
.npmignore was added
1 parent f2cf4b7 commit 700a707

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.npmignore

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
.DS_Store
2+
node_modules/
3+
dist/demo.js
4+
static/
5+
npm-debug.log

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-drag-resize",
3-
"version": "1.4.0",
3+
"version": "1.4.1",
44
"description": "Vue Component for resize and drag elements",
55
"author": "Kirill Murashov <[email protected]>",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)