1
0
Fork 0
mirror of synced 2024-06-29 11:30:46 +12:00

fix: Remove setup script from package.json

This commit is contained in:
Cristian 2020-08-18 16:15:58 -05:00
parent 6af08ae9f2
commit 21ae8c8777

View file

@ -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": {