diff --git a/package.json b/package.json index 7180a32..e3402f0 100644 --- a/package.json +++ b/package.json @@ -2,13 +2,19 @@ "name": "@flare/js-utils", "version": "1.0.0", "description": "Javascript utils", - "author": "Tudor Stanciu", + "author": { + "name": "Tudor Stanciu", + "email": "tudor.stanciu94@gmail.com", + "url": "https://toodle.ddns.net/tsp", + "avatar": "https://toodle.ddns.net/cdn/resources/tudor-stanciu-profile-picture.jpg" + }, "license": "MIT", "repository": { "type": "git", - "url": "--" + "url": "https://dev.azure.com/tstanciu94/Packages/_git/js-utils" }, "keywords": [ + "flare", "js-utils" ], "main": "./src/index.js", @@ -26,7 +32,7 @@ "prepare": "husky install", "test": "echo \"Error: no test specified\" && exit 1", "prepush": "npm run build", - "push": "cd build && npm publish --registry http://alpine-docker:4873", + "push": "cd build && npm publish --registry https://toodle.ddns.net/public-node-registry", "push:major": "npm run version:major && npm run push", "push:minor": "npm run version:minor && npm run push", "push:patch": "npm run version:patch && npm run push", @@ -59,6 +65,6 @@ ] }, "publishConfig": { - "registry": "http://alpine-docker:4873" + "registry": "https://toodle.ddns.net/public-node-registry" } }