Fix sra-report binary

This commit is contained in:
Fabio Berger 2018-05-14 19:33:23 +02:00
parent 09d33792f3
commit 5f72b86ce4
2 changed files with 3 additions and 1 deletions

View File

@ -0,0 +1,2 @@
#!/usr/bin/env node
require('../lib/src/index.js')

View File

@ -16,7 +16,7 @@
"manual:postpublish": "yarn build; node ./scripts/postpublish.js" "manual:postpublish": "yarn build; node ./scripts/postpublish.js"
}, },
"bin": { "bin": {
"sra-report": "lib/src/index.js" "sra-report": "bin/sra-report.js"
}, },
"repository": { "repository": {
"type": "git", "type": "git",