fix(npmextra): update .gitignore and npmextra.json to add ignore patterns, registries, and module metadata
This commit is contained in:
@@ -8,9 +8,20 @@
|
||||
"@git.zone/cli": {
|
||||
"release": {
|
||||
"registries": [
|
||||
"https://verdaccio.lossless.digital"
|
||||
"https://verdaccio.lossless.digital",
|
||||
"https://registry.npmjs.org"
|
||||
],
|
||||
"accessLevel": "public"
|
||||
},
|
||||
"projectType": "npm",
|
||||
"module": {
|
||||
"githost": "code.foss.global",
|
||||
"gitscope": "push.rocks",
|
||||
"gitrepo": "smartmta",
|
||||
"description": "an mta implementation as TypeScript package, with network side implemented in rust",
|
||||
"npmPackagename": "@push.rocks/smartmta",
|
||||
"license": "MIT"
|
||||
}
|
||||
}
|
||||
},
|
||||
"@ship.zone/szci": {}
|
||||
}
|
||||
Reference in New Issue
Block a user