Skip to content

Commit

Permalink
v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
visualfanatic committed Aug 12, 2017
1 parent 877f417 commit ff84278
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 183 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ A webpack loader that allows to use SVG files as Vue Components.

## Installation
```
npm install --save-dev vue-svg-loader
yarn add --dev vue-svg-loader
npm install --save-dev vue-template-compiler vue-svg-loader
yarn add --dev vue-template-compiler vue-svg-loader
```

## Configuration
Expand Down
179 changes: 0 additions & 179 deletions package-lock.json

This file was deleted.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vue-svg-loader",
"description": "Use SVG files as Vue Components",
"version": "0.1.2",
"version": "0.2.0",
"keywords": [
"vue-svg-loader",
"svg",
Expand All @@ -18,6 +18,6 @@
"vue-template-compiler": "^2.0.0"
},
"dependencies": {
"svgo": "^0.7.1"
"svgo": "^0.7.2"
}
}

0 comments on commit ff84278

Please sign in to comment.