Update package.json for public release
This commit is contained in:
parent
0dc6b4507b
commit
4a13e8849d
11
package.json
11
package.json
@ -1,13 +1,14 @@
|
||||
{
|
||||
"name": "wms-core",
|
||||
"version": "0.20.2",
|
||||
"description": "Node web framework",
|
||||
"repository": "git@gitlab.com:ArisuOngaku/wms-core.git",
|
||||
"version": "0.20.3",
|
||||
"description": "Node web application framework and toolbelt.",
|
||||
"repository": "https://gitlab.com/ArisuOngaku/wms-core",
|
||||
"author": "Alice Gaudon <alice@gaudon.pro>",
|
||||
"license": "MIT",
|
||||
"readme": "README.md",
|
||||
"publishConfig": {
|
||||
"registry": "https://registry.toot.party",
|
||||
"access": "restricted"
|
||||
"registry": "https://registry.npmjs.com",
|
||||
"access": "public"
|
||||
},
|
||||
"main": "dist/index.js",
|
||||
"types": "dist/index.d.ts",
|
||||
|
Loading…
Reference in New Issue
Block a user