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>",
|
||||
"license": "MIT",
|
||||
"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"
|
||||
},
|
||||
"bin": {
|
||||
|
Reference in New Issue
Block a user