X-Git-Url: https://git.r.bdr.sh/rbdr/serpentity-lib/blobdiff_plain/1b818c75378cee1138f881c8e83e12b4406f9176..b8161669434eed59342ab06be7b4ba19f2862b81:/components/force/package.json diff --git a/components/force/package.json b/components/force/package.json index f4bfc65..035bdba 100644 --- a/components/force/package.json +++ b/components/force/package.json @@ -1,11 +1,15 @@ { "name": "@serpentity/components.force", - "version": "0.0.0", + "version": "1.0.1", "description": "Force component for serpentity", "main": "index.js", "author": "Rubén Beltrán del Río ", "license": "Apache-2.0", "peerDependencies": { "@serpentity/serpentity": "^2.0.0" - } + }, + "publishConfig": { + "access": "public" + }, + "gitHead": "11c18b56e060a05c3285f132cfa2affbbdd91fe6" }