update package name and add npm configuration
This commit is contained in:
1
.npmrc
Normal file
1
.npmrc
Normal file
@@ -0,0 +1 @@
|
|||||||
|
@gs-ts:registry=https://git.sticedev.de/api/packages/gs/npm/
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"name": "native-monad",
|
"name": "@gs-ts/native-monad",
|
||||||
"version": "0.0.5",
|
"version": "0.0.5",
|
||||||
"description": "TypeScript monad library using native JS/TS idioms - Result, Option, and Query types",
|
"description": "TypeScript monad library using native JS/TS idioms - Result, Option, and Query types",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
@@ -53,6 +53,9 @@
|
|||||||
"functional"
|
"functional"
|
||||||
],
|
],
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
"publishConfig": {
|
||||||
|
"registry": "https://git.sticedev.de/api/packages/gs/npm/"
|
||||||
|
},
|
||||||
"sideEffects": false,
|
"sideEffects": false,
|
||||||
"pnpm": {
|
"pnpm": {
|
||||||
"onlyBuiltDependencies": [
|
"onlyBuiltDependencies": [
|
||||||
|
|||||||
Reference in New Issue
Block a user