add repository information in package.json
This commit is contained in:
@@ -1,11 +1,15 @@
|
|||||||
{
|
{
|
||||||
"name": "@gs-ts/native-monad",
|
"name": "@gs-ts/native-monad",
|
||||||
"version": "0.0.5",
|
"version": "0.0.6",
|
||||||
"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",
|
||||||
"main": "./dist/index.cjs",
|
"main": "./dist/index.cjs",
|
||||||
"module": "./dist/index.js",
|
"module": "./dist/index.js",
|
||||||
"types": "./dist/index.d.ts",
|
"types": "./dist/index.d.ts",
|
||||||
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://git.sticedev.de/gs/native-monad.git"
|
||||||
|
},
|
||||||
"exports": {
|
"exports": {
|
||||||
".": {
|
".": {
|
||||||
"import": {
|
"import": {
|
||||||
|
|||||||
Reference in New Issue
Block a user