Update package.json for public release

This commit is contained in:
Alice Gaudon 2020-08-25 18:26:37 +02:00
parent 0dc6b4507b
commit 4a13e8849d

View File

@ -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",