Skip to content

Commit

Permalink
Fix github urls
Browse files Browse the repository at this point in the history
  • Loading branch information
shazron committed Mar 2, 2020
1 parent e10bfc4 commit 5318953
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"bugs": {
"url": "https://github.com/@adobe/aio-lib-customer-profile/issues"
"url": "https://github.com/adobe/aio-lib-customer-profile/issues"
},
"bundleDependencies": false,
"dependencies": {
Expand Down Expand Up @@ -40,11 +40,11 @@
"swagger2openapi": "^5.3.3",
"tsd-jsdoc": "^2.4.0"
},
"homepage": "https://github.com/@adobe/aio-lib-customer-profile",
"homepage": "https://github.com/adobe/aio-lib-customer-profile",
"license": "Apache-2.0",
"main": "src/index.js",
"name": "@adobe/aio-lib-customer-profile",
"repository": "https://github.com/@adobe/aio-lib-customer-profile",
"repository": "https://github.com/adobe/aio-lib-customer-profile",
"scripts": {
"e2e": "jest --config e2e/jest.config.js",
"generate-docs": "npm run generate-methods4docs && npm run typings && npm run jsdoc",
Expand Down

0 comments on commit 5318953

Please sign in to comment.