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