diff --git a/.npmrc b/.npmrc index 22bb90f..8cacf51 100644 --- a/.npmrc +++ b/.npmrc @@ -1,2 +1,3 @@ always-auth=true -@prokyon:registry=https://npm.romanjaros.dev \ No newline at end of file +@prokyon:registry=https://npm.romanjaros.dev +@toolkit:registry=https://npm.romanjaros.dev \ No newline at end of file diff --git a/package.json b/package.json index 72d7e5b..8651fe2 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "seedling", + "name": "@toolkit/seedling", "version": "0.1.0", "description": "", "main": "create.js", @@ -8,7 +8,7 @@ }, "scripts": { "create": "pnpm ci:build", - "ci:build": "node create.js --name app --port 00 --monorepo T ./build", + "ci:build": "node create.js --name app --port --monorepo T ./build", "release": "pnpm version --no-git-tag-version" }, "dependencies": { diff --git a/source/shared/.npmrc b/source/shared/.npmrc index e99c0c6..8cacf51 100644 --- a/source/shared/.npmrc +++ b/source/shared/.npmrc @@ -1,2 +1,3 @@ always-auth=true @prokyon:registry=https://npm.romanjaros.dev +@toolkit:registry=https://npm.romanjaros.dev \ No newline at end of file