X-Git-Url: https://git.r.bdr.sh/rbdr/serpentity-lib/blobdiff_plain/582cea2aedd3b5763232837cc4960f07223908fb..356e7b9ee42e65aec2f4585725063143e363df5e:/components/velocity/package.json diff --git a/components/velocity/package.json b/components/velocity/package.json index 17a6404..21f5767 100644 --- a/components/velocity/package.json +++ b/components/velocity/package.json @@ -1,11 +1,15 @@ { "name": "@serpentity/components.velocity", - "version": "3.0.0", + "version": "4.0.2", "description": "Velocity component for serpentity", "main": "index.js", "author": "Rubén Beltrán del Río ", "license": "Apache-2.0", "peerDependencies": { - "@serpentity/serpentity": "^2.0.0" - } + "@serpentity/serpentity": "^4.0.0" + }, + "publishConfig": { + "access": "public" + }, + "gitHead": "11c18b56e060a05c3285f132cfa2affbbdd91fe6" }