move to @sapphirecode scope

This commit is contained in:
Timo Hocker 2020-05-05 19:22:13 +02:00
parent a45944bf1f
commit 6577c8e10f
2 changed files with 3 additions and 4 deletions

1
.npmrc
View File

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

View File

@ -1,11 +1,11 @@
{ {
"name": "@scode/crypto-helper", "name": "@sapphirecode/crypto-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/eslint-config": "^2.0.2", "@sapphirecode/eslint-config": "^2.0.2",
"@stryker-mutator/core": "^3.0.1", "@stryker-mutator/core": "^3.0.1",
"@stryker-mutator/javascript-mutator": "^3.0.1", "@stryker-mutator/javascript-mutator": "^3.0.1",
"ava": "^3.5.0", "ava": "^3.5.0",
@ -20,7 +20,7 @@
"compile": "tsc --allowJs --declaration --emitDeclarationOnly index.js" "compile": "tsc --allowJs --declaration --emitDeclarationOnly index.js"
}, },
"dependencies": { "dependencies": {
"@scode/encoding-helper": "^1.0.1" "@sapphirecode/encoding-helper": "^1.0.1"
}, },
"files": [ "files": [
"LICENSE", "LICENSE",