Skip to content

Commit

Permalink
modified package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ShevchenkoOl committed May 10, 2024
1 parent 89e4af1 commit e3284d3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
{
"name": "cat-finder-api",
"name": "using-api",
"version": "2.0.0",
"description": "",
"homepage": "https://shevchenkool.github.io/cat-finder-api/",
"homepage": "https://shevchenkool.github.io/using-api/",
"scripts": {
"start": "parcel src/*.html",
"build": "parcel build src/*.html --public-url /cat-finder-api/"
"build": "parcel build src/*.html --public-url /using-api/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ShevchenkoOl/cat-finder-api.git"
"url": "git+https://github.com/ShevchenkoOl/using-api.git"
},
"keywords": [],
"author": "OLeksii Shevchenko <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/ShevchenkoOl/cat-finder-api.git/issues"
"url": "https://github.com/ShevchenkoOl/using-api.git/issues"
},
"dependencies": {
"axios": "^1.6.8",
Expand Down

0 comments on commit e3284d3

Please sign in to comment.