X-Git-Url: https://git.r.bdr.sh/rbdr/serpentity-lib/blobdiff_plain/582cea2aedd3b5763232837cc4960f07223908fb..b8161669434eed59342ab06be7b4ba19f2862b81:/components/force/package.json diff --git a/components/force/package.json b/components/force/package.json index 2e02979..035bdba 100644 --- a/components/force/package.json +++ b/components/force/package.json @@ -1,11 +1,15 @@ { "name": "@serpentity/components.force", - "version": "1.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" }