flare scope

master
Tudor Stanciu 2022-05-08 05:31:46 +03:00
parent b22d905660
commit f5d769cf5b
3 changed files with 6 additions and 2 deletions

1
.npmrc Normal file
View File

@ -0,0 +1 @@
registry=http://alpine-docker:4873

2
package-lock.json generated
View File

@ -1,5 +1,5 @@
{
"name": "js-utils",
"name": "@flare/js-utils",
"version": "1.0.0",
"lockfileVersion": 1,
"requires": true,

View File

@ -1,5 +1,5 @@
{
"name": "js-utils",
"name": "@flare/js-utils",
"version": "1.0.0",
"description": "Javascript utils",
"author": "Tudor Stanciu",
@ -49,5 +49,8 @@
"prettier --write",
"git add"
]
},
"publishConfig": {
"registry": "http://alpine-docker:4873"
}
}