Skip to content

Commit

Permalink
Fix repository URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
pihvi authored May 5, 2020
1 parent 90b8bd5 commit fc99314
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
"homepage": "https://github.com/woocommerce/woocommerce-rest-api-js-lib",
"repository": {
"type": "git",
"url": "git+https://github.com/woocommerce/woocommerce-rest-api-js.git"
"url": "git+https://github.com/woocommerce/woocommerce-rest-api-js-lib.git"
},
"bugs": {
"url": "https://github.com/woocommerce/woocommerce-rest-api-js/issues"
"url": "https://github.com/woocommerce/woocommerce-rest-api-js-lib/issues"
},
"main": "index",
"types": "index.d.ts",
Expand Down

0 comments on commit fc99314

Please sign in to comment.