diff --git a/package-lock.json b/package-lock.json index c0a9ccb..6966773 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,13 +1,13 @@ { "name": "quipu", - "version": "0.1.0", + "version": "1.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "quipu", - "version": "0.1.0", - "license": "Apache-2.0", + "version": "1.0.0", + "license": "GPL-3.0", "dependencies": { "axios": "^1.3.2", "react": "^18.2.0", diff --git a/package.json b/package.json index 56455d7..8c9b773 100644 --- a/package.json +++ b/package.json @@ -1,11 +1,11 @@ { "name": "quipu", - "version": "0.1.0", + "version": "1.0.0", "private": true, "description": "Quipu", "repository": { "type": "git", - "url": "git@github.com:spring-guides/tut-react-and-spring-data-rest.git" + "url": "https://github.com/TheNeoStormZ/quipu-writer.git" }, "keywords": [ "rest", @@ -13,12 +13,12 @@ "data", "react" ], - "author": "Pablo", - "license": "Apache-2.0", + "author": "Pablo M", + "license": "GPL-3.0", "bugs": { - "url": "https://github.com/spring-guides/tut-react-and-spring-data-rest/issues" + "url": "https://github.com/TheNeoStormZ/quipu-writer/issues" }, - "homepage": "https://github.com/spring-guides/tut-react-and-spring-data-rest", + "homepage": "https://github.com/TheNeoStormZ/quipu-writer", "dependencies": { "axios": "^1.3.2", "react": "^18.2.0",