X-Git-Url: https://git.r.bdr.sh/rbdr/serpentity-lib/blobdiff_plain/582cea2aedd3b5763232837cc4960f07223908fb..b8161669434eed59342ab06be7b4ba19f2862b81:/components/weight/package.json?ds=inline diff --git a/components/weight/package.json b/components/weight/package.json index ceba5a2..fe1973c 100644 --- a/components/weight/package.json +++ b/components/weight/package.json @@ -1,11 +1,15 @@ { "name": "@serpentity/components.weight", - "version": "3.0.0", + "version": "3.0.1", "description": "Weight 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" }