Skip to content

Commit

Permalink
delete dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kirillmurashov committed Apr 30, 2018
1 parent a65710f commit 99792db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
## Install and basic usage

```bash
$ npm i --save vue-drag-resize
$ npm i -s vue-drag-resize
```


Expand Down
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,8 @@
"url": "https://github.com/kirillmurashov/vue-drag-resize/issues"
},
"homepage": "https://github.com/kirillmurashov/vue-drag-resize.git",
"dependencies": {
"vue": "^2.5.16"
},
"devDependencies": {
"vue": "^2.5.16",
"acorn-dynamic-import": "^3.0.0",
"autoprefixer": "^6.7.2",
"babel": "^6.23.0",
Expand Down

0 comments on commit 99792db

Please sign in to comment.