Skip to content

Commit

Permalink
fixes #19: package.json updates: license, author, repository
Browse files Browse the repository at this point in the history
  • Loading branch information
ribizli committed Sep 4, 2020
1 parent 9edd8f9 commit bc1a775
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
11 changes: 10 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
{
"name": "ngx-image2dataurl-app",
"version": "0.0.0",
"license": "MIT",
"description": "An Angular component which reads the `dataURL` and optionally resizes the selected input file image.",
"author": {
"name": "Mark Magyarodi",
"url": "https://github.com/ribizli"
},
"repository": {
"url": "https://github.com/ribizli/ngx-image2dataurl"
},
"scripts": {
"ng": "ng",
"start": "ng serve",
Expand Down Expand Up @@ -38,4 +47,4 @@
"tslint": "~6.1.0",
"typescript": "~3.9.7"
}
}
}
11 changes: 10 additions & 1 deletion projects/ngx-image2dataurl/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,19 @@
{
"name": "ngx-image2dataurl",
"version": "10.0.1",
"license": "MIT",
"description": "An Angular component which reads the `dataURL` and optionally resizes the selected input file image.",
"author": {
"name": "Mark Magyarodi",
"url": "https://github.com/ribizli"
},
"repository": {
"url": "https://github.com/ribizli/ngx-image2dataurl"
},
"peerDependencies": {
"@angular/core": "^10.0.0"
},
"dependencies": {
"tslib": "^2.0.0"
}
}
}

0 comments on commit bc1a775

Please sign in to comment.