fix missing package.json repo

This commit is contained in:
Nick Sweeting
2021-04-01 01:40:02 -04:00
parent ff9445648b
commit fc5d99b4b4
2 changed files with 5 additions and 1 deletions

View File

@@ -3,6 +3,7 @@
"version": "0.6.0",
"description": "ArchiveBox: The self-hosted internet archive",
"author": "Nick Sweeting <archivebox-npm@sweeting.me>",
"repository": "github:ArchiveBox/ArchiveBox",
"license": "MIT",
"scripts": {
"archivebox": "./bin/archive"
@@ -15,7 +16,7 @@
},
"dependencies": {
"@postlight/mercury-parser": "^2.2.0",
"readability-extractor": "git+https://github.com/pirate/readability-extractor.git",
"readability-extractor": "git+https://github.com/ArchiveBox/readability-extractor.git",
"single-file": "git+https://github.com/gildas-lormeau/SingleFile.git"
}
}