diff --git a/.npmrc b/.npmrc new file mode 100644 index 0000000..2dcd2ba --- /dev/null +++ b/.npmrc @@ -0,0 +1 @@ +registry=https://npm.scode.ovh diff --git a/package.json b/package.json index 03c9365..443885a 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "requestor", + "name": "@scode/requestor", "version": "1.0.1", "description": "Split express paths into individual files to make api programming more structured", "main": "index.js",