aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorRuben Beltran del Rio <git@r.bdr.sh>2024-09-21 18:39:12 +0000
committerRuben Beltran del Rio <git@r.bdr.sh>2024-09-21 18:39:12 +0000
commitfdb5251ccba2456745ca43801a6a8ce040177771 (patch)
tree78d86f1616d6a330d52bf2cbb0d41aad05da5075 /package.json
parent70dc59db0627b43811ee8e6d00a5d67542662209 (diff)
Remove references to pinboard
Diffstat (limited to 'package.json')
-rw-r--r--package.json16
1 files changed, 7 insertions, 9 deletions
diff --git a/package.json b/package.json
index 689672c..95bf7da 100644
--- a/package.json
+++ b/package.json
@@ -1,22 +1,20 @@
{
- "name": "pinboard-linkblog-updater",
- "version": "1.0.0",
- "description": "A linkblog automation for blog, using pinboard as a source, intended to run with cron",
+ "name": "linkding-linkblog-updater",
+ "version": "2.0.0",
+ "description": "A linkblog automation for blog, using linkding as a source, intended to run with cron",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
- "url": "git+ssh://git@git.sr.ht/~rbdr/pinboard-linkblog-updater.git"
+ "url": "git+ssh://git@git.sr.ht/~rbdr/linkding-linkblog-updater.git"
},
"author": "",
"license": "Apache-2.0",
"bugs": {
- "url": "https://todo.sr.ht/~rbdr/pinboard-linkblog-updater"
+ "url": "https://todo.sr.ht/~rbdr/linkding-linkblog-updater"
},
- "homepage": "https://git.sr.ht/~rbdr/pinboard-linkblog-updater#readme",
- "dependencies": {
- "node-pinboard": "^2.0.1"
- }
+ "homepage": "https://git.sr.ht/~rbdr/linkding-linkblog-updater#readme",
+ "dependencies": {}
}