]> git.r.bdr.sh - rbdr/serpentity-lib/blobdiff - components/acceleration/package.json
Add the repo
[rbdr/serpentity-lib] / components / acceleration / package.json
index e6d2017a8f6f324dce825c5bb6fe2921f0fb647c..f1cdfcf385ffda1858b84454490e05f0bd9dbf5f 100644 (file)
@@ -1,11 +1,19 @@
 {
   "name": "@serpentity/components.acceleration",
-  "version": "3.0.0",
+  "version": "4.0.0",
   "description": "Acceleration component for serpentity",
   "main": "index.js",
   "author": "Rubén Beltrán del Río <subscriptions@unlimited.pizza>",
   "license": "Apache-2.0",
   "peerDependencies": {
-    "@serpentity/serpentity": "^2.0.0"
-  }
+    "@serpentity/serpentity": "^4.0.0"
+  },
+  "repository": {
+    "type": "git",
+    "url": "https://git.sr.ht/~rbdr/serpentity-lib"
+  },
+  "publishConfig": {
+    "access": "public"
+  },
+  "gitHead": "11c18b56e060a05c3285f132cfa2affbbdd91fe6"
 }