move to @sapphirecode scope

This commit is contained in:
Timo Hocker 2020-05-05 19:21:19 +02:00
parent 20ede219b3
commit 4f1cb8dd17
2 changed files with 4 additions and 5 deletions

1
.npmrc
View File

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

View File

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