Skip to content

Commit 4f28400

Browse files
committed
release: release 1.0.1
1 parent 40153b3 commit 4f28400

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

package.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@
55
"keywords": ["qrcode", "qrocde.anuglar", "ng-qrcode"],
66
"license": "MIT",
77
"description": "A Angular component to generate QR codes for rendering to the DOM.",
8+
"repository": {
9+
"type": "git",
10+
"url": "https://github.com/OriginRing/qrcode.angular"
11+
},
12+
"bugs": {
13+
"url": "https://github.com/OriginRing/qrcode.angular/issues"
14+
},
15+
"homepage": "https://github.com/OriginRing/qrcode.angular",
816
"scripts": {
917
"ng": "ng",
1018
"start": "ng serve --port 4400",

projects/qrcode-angular/package.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,18 @@
11
{
22
"name": "qrcode-angular",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"author": "originRing",
55
"keywords": ["qrcode", "qrocde.anuglar", "ng-qrcode"],
66
"license": "MIT",
77
"description": "A Angular component to generate QR codes for rendering to the DOM.",
8+
"repository": {
9+
"type": "git",
10+
"url": "https://github.com/OriginRing/qrcode.angular"
11+
},
12+
"bugs": {
13+
"url": "https://github.com/OriginRing/qrcode.angular/issues"
14+
},
15+
"homepage": "https://github.com/OriginRing/qrcode.angular",
816
"peerDependencies": {
917
"@angular/common": "^15.0.0",
1018
"@angular/core": "^15.0.0"

0 commit comments

Comments
 (0)