Skip to content

Commit

Permalink
0.1.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
akkumar committed Aug 29, 2018
1 parent f828fd9 commit 8595a32
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 15 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Add the following to ``package.json`` file.

```json
"easy-pie-chart": "~2.1.7",
"ngx-easypiechart": "0.1.3"
"ngx-easypiechart": "0.1.4"
```

### app.module.ts
Expand Down
34 changes: 24 additions & 10 deletions example/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"zone.js": "^0.8.26",
"easy-pie-chart": "~2.1.7",
"hoek": "~5.0.4",
"ngx-easypiechart": "~0.1.3"
"ngx-easypiechart": "~0.1.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.7.4",
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "ngx-easypiechart",
"version": "0.1.3",
"version": "0.1.4",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/akkumar/ngx-easypiechart"
"url": "https://github.com/cadenzo/ngx-easypiechart"
},
"peerDependencies": {
"easy-pie-chart": "^2.1.0",
Expand Down

0 comments on commit 8595a32

Please sign in to comment.