move to @sapphirecode scope

This commit is contained in:
Timo Hocker 2020-05-05 19:21:42 +02:00
parent fef0015bde
commit 72a06fa319
2 changed files with 6 additions and 7 deletions

1
.npmrc
View File

@ -1 +0,0 @@
@scode:registry=https://npm.scode.ovh

View File

@ -1,14 +1,14 @@
{ {
"name": "@scode/auth-server-helper", "name": "@sapphirecode/auth-server-helper",
"version": "1.0.0", "version": "1.0.0",
"main": "index.js", "main": "index.js",
"author": "Timo Hocker <t-hocker@web.de>", "author": "Timo Hocker <t-hocker@web.de>",
"license": "MIT", "license": "MIT",
"devDependencies": { "devDependencies": {
"@scode/auth-client-helper": "^1.0.6", "@sapphirecode/auth-client-helper": "^1.0.6",
"@scode/crypto-helper": "^1.1.9", "@sapphirecode/crypto-helper": "^1.1.9",
"@scode/eslint-config": "^2.0.2", "@sapphirecode/eslint-config": "^2.0.2",
"@scode/password-helper": "^1.0.3", "@sapphirecode/password-helper": "^1.0.3",
"@stryker-mutator/core": "^3.0.2", "@stryker-mutator/core": "^3.0.2",
"@stryker-mutator/javascript-mutator": "^3.0.2", "@stryker-mutator/javascript-mutator": "^3.0.2",
"ava": "^3.5.0", "ava": "^3.5.0",
@ -25,7 +25,7 @@
"compile": "tsc --allowJs --declaration --emitDeclarationOnly index.js" "compile": "tsc --allowJs --declaration --emitDeclarationOnly index.js"
}, },
"dependencies": { "dependencies": {
"@scode/consts": "^1.0.3" "@sapphirecode/consts": "^1.0.3"
}, },
"files": [ "files": [
"LICENSE", "LICENSE",