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