X-Git-Url: https://git.r.bdr.sh/rbdr/serpentity-lib/blobdiff_plain/582cea2aedd3b5763232837cc4960f07223908fb..d79369418499ea8b458aad393f61901ec478c829:/components/velocity/package.json diff --git a/components/velocity/package.json b/components/velocity/package.json index 17a6404..4d2fe4f 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.0", "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" }