diff --git a/.gitignore b/.gitignore index 421e158..d472993 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,8 @@ npm-debug.log* yarn-debug.log* yarn-error.log* +.idea + # Runtime data pids *.pid diff --git a/.idea/workspace.xml b/.idea/workspace.xml index ece886a..57bd904 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -2,7 +2,9 @@ - + + + diff --git a/package.json b/package.json index 20d5a09..939d132 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vue-attachment", - "version": "0.0.4", + "version": "0.0.6", "description": "An Attachement component for Vue.js", "main": "src/index.js", "scripts": {