From 829249c8430ad8ceca4c119076c9175209fb1915 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roman=20Jaro=C5=A1?= Date: Sat, 9 Sep 2023 19:42:29 +0200 Subject: [PATCH] Add npm scope @toolkit Change-Id: I1587c5b5e2e2aa8d0604db02e70ee82036edeb9a --- .npmrc | 3 ++- package.json | 4 ++-- source/shared/.npmrc | 1 + 3 files changed, 5 insertions(+), 3 deletions(-) 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