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", "name": "wms-core",
"version": "0.20.2", "version": "0.20.3",
"description": "Node web framework", "description": "Node web application framework and toolbelt.",
"repository": "git@gitlab.com:ArisuOngaku/wms-core.git", "repository": "https://gitlab.com/ArisuOngaku/wms-core",
"author": "Alice Gaudon <alice@gaudon.pro>", "author": "Alice Gaudon <alice@gaudon.pro>",
"license": "MIT", "license": "MIT",
"readme": "README.md",
"publishConfig": { "publishConfig": {
"registry": "https://registry.toot.party", "registry": "https://registry.npmjs.com",
"access": "restricted" "access": "public"
}, },
"main": "dist/index.js", "main": "dist/index.js",
"types": "dist/index.d.ts", "types": "dist/index.d.ts",