aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorRuben Beltran del Rio <ruben@unlimited.pizza>2022-12-09 22:18:26 +0100
committerRuben Beltran del Rio <ruben@unlimited.pizza>2022-12-09 22:18:26 +0100
commitd3f282a164e44f54678cdb45aad7a09c8a92b89e (patch)
tree215aa2018e3e931971fee2210d18d4a48872d7d6 /package.json
parentf91c2b4feb85933bc190712b45788d2f24fe851d (diff)
Remove force rms and dependency on ncp
Diffstat (limited to 'package.json')
-rw-r--r--package.json9
1 files changed, 4 insertions, 5 deletions
diff --git a/package.json b/package.json
index 1df9fb3..81d26a8 100644
--- a/package.json
+++ b/package.json
@@ -13,9 +13,9 @@
},
"repository": {
"type": "git",
- "url": "git+https://gitlab.com/rbdr/blog.git"
+ "url": "git+https://git.sr.ht/~rbdr/blog"
},
- "author": "Ben Beltran <ben@nsovocal.com>",
+ "author": "Ruben Beltran del Rio <ruben@unlimited.pizza>",
"license": "Apache-2.0",
"bugs": {
"url": "https://gitlab.com/rbdr/blog/issues"
@@ -26,8 +26,7 @@
"entities": "^3.0.1",
"gemini-to-html": "^2.1.0",
"getenv": "^1.0.0",
- "minimist": "^1.2.5",
- "ncp": "^2.0.0"
+ "minimist": "^1.2.5"
},
"devDependencies": {
"@hapi/eslint-plugin": "^5.1.0",
@@ -35,6 +34,6 @@
"jsdoc-to-markdown": "^7.1.0"
},
"engines": {
- "node": ">=14.0.0"
+ "node": ">=18.0.0"
}
}