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",
|
"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",
|
||||||
|
Loading…
Reference in New Issue
Block a user