Add npm scope @toolkit

Change-Id: I1587c5b5e2e2aa8d0604db02e70ee82036edeb9a
This commit is contained in:
Roman Jaroš 2023-09-09 19:42:29 +02:00
parent e822b96119
commit 829249c843
3 changed files with 5 additions and 3 deletions

1
.npmrc
View file

@ -1,2 +1,3 @@
always-auth=true
@prokyon:registry=https://npm.romanjaros.dev
@toolkit:registry=https://npm.romanjaros.dev

View file

@ -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": {

View file

@ -1,2 +1,3 @@
always-auth=true
@prokyon:registry=https://npm.romanjaros.dev
@toolkit:registry=https://npm.romanjaros.dev