Skip to content

Commit

Permalink
update package.json - changed repo url and npm access
Browse files Browse the repository at this point in the history
  • Loading branch information
davidkaufmann committed Aug 11, 2021
1 parent a160264 commit 0d7cea0
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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",
Expand All @@ -32,9 +32,9 @@
"author": "Gianluca Frediani <[email protected]>",
"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",
Expand Down Expand Up @@ -67,5 +67,8 @@
"*.{ts,tsx,js}": [
"eslint --fix"
]
},
"publishConfig": {
"access": "public"
}
}

0 comments on commit 0d7cea0

Please sign in to comment.