From 0d7cea073b321ce089918340543f68ef517ba062 Mon Sep 17 00:00:00 2001 From: David Kaufmann Date: Wed, 11 Aug 2021 16:17:17 +0200 Subject: [PATCH] update package.json - changed repo url and npm access --- package.json | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index f369cbc..e4d30a0 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "cypress-keycloak-commands", + "name": "@svalabs/cypress-keycloak-commands", "version": "0.1.0", "description": "Cypress commands for login with Keycloak", "main": "dist/index.js", @@ -19,7 +19,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/Fredx87/cypress-keycloak-commands.git" + "url": "git+https://github.com/svalabs/cypress-keycloak-commands.git" }, "keywords": [ "cypress", @@ -32,9 +32,9 @@ "author": "Gianluca Frediani ", "license": "MIT", "bugs": { - "url": "https://github.com/Fredx87/cypress-keycloak-commands/issues" + "url": "https://github.com/svalabs/cypress-keycloak-commands/issues" }, - "homepage": "https://github.com/Fredx87/cypress-keycloak-commands#readme", + "homepage": "https://github.com/svalabs/cypress-keycloak-commands#readme", "dependencies": {}, "devDependencies": { "@cypress/webpack-preprocessor": "^4.1.1", @@ -67,5 +67,8 @@ "*.{ts,tsx,js}": [ "eslint --fix" ] + }, + "publishConfig": { + "access": "public" } }