mirror of
https://github.com/pirate/ArchiveBox.git
synced 2025-09-02 10:53:15 +02:00
fix: Remove setup script from package.json
This commit is contained in:
@@ -5,7 +5,6 @@
|
|||||||
"author": "Nick Sweeting <archivebox-npm@sweeting.me>",
|
"author": "Nick Sweeting <archivebox-npm@sweeting.me>",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"setup": "node -e \"const {execSync} = require('child_process'); Object.entries(JSON.parse(fs.readFileSync('package.json')).dependencies).forEach(globaldep => execSync('npm i -g ' + globaldep[1]))\"",
|
|
||||||
"archivebox": "./bin/archive"
|
"archivebox": "./bin/archive"
|
||||||
},
|
},
|
||||||
"bin": {
|
"bin": {
|
||||||
|
Reference in New Issue
Block a user