Skip to content

Commit

Permalink
build(npm): Update package.json for publishing npm package
Browse files Browse the repository at this point in the history
  • Loading branch information
geoffreykwan committed Oct 29, 2023
1 parent b1df534 commit a3c5c7a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "password-strength-meter",
"version": "6.0.0",
"name": "@wise-community/password-strength-meter",
"version": "7.0.0",
"scripts": {
"ng": "ng",
"serve": "ng serve",
Expand Down Expand Up @@ -75,11 +75,11 @@
},
"repository": {
"type": "git",
"url": "https://github.com/antoantonyk/password-strength-meter.git"
"url": "https://github.com/WISE-Community/password-strength-meter.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/antoantonyk/password-strength-meter/issues"
"url": "https://github.com/WISE-Community/password-strength-meter/issues"
},
"homepage": "https://github.com/antoantonyk/password-strength-meter"
"homepage": "https://github.com/WISE-Community/password-strength-meter"
}
8 changes: 4 additions & 4 deletions projects/password-strength-meter/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "angular-password-strength-meter",
"name": "@wise-community/angular-password-strength-meter",
"version": "7.0.0",
"dependencies": {
"tslib": "^2.5.0"
Expand All @@ -24,11 +24,11 @@
],
"repository": {
"type": "git",
"url": "https://github.com/antoantonyk/password-strength-meter.git"
"url": "https://github.com/WISE-Community/password-strength-meter.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/antoantonyk/password-strength-meter/issues"
"url": "https://github.com/WISE-Community/password-strength-meter/issues"
},
"homepage": "https://github.com/antoantonyk/password-strength-meter"
"homepage": "https://github.com/WISE-Community/password-strength-meter"
}

0 comments on commit a3c5c7a

Please sign in to comment.