move to @sapphirecode scope

This commit is contained in:
Timo Hocker 2020-05-05 19:23:05 +02:00
parent 81aa911d8a
commit 378610bbd8
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/graphviz-builder",
"name": "@sapphirecode/graphviz-builder",
"main": "dist/lib/index.js",
"author": "Timo Hocker <timo@scode.ovh>",
"author": "Timo Hocker <timo@sapphirecode.ovh>",
"license": "MIT",
"devDependencies": {
"@ava/typescript": "^1.1.1",
"@scode/eslint-config-ts": "^1.0.22",
"@sapphirecode/eslint-config-ts": "^1.0.22",
"ava": "^3.7.1",
"eslint": "^6.8.0",
"nyc": "^15.0.1",
@ -22,6 +22,6 @@
"LICENSE"
],
"dependencies": {
"@scode/encoding-helper": "^1.0.21"
"@sapphirecode/encoding-helper": "^1.0.21"
}
}