Fix sol-compiler binary so it can be called directly from packages

This commit is contained in:
Fabio Berger
2018-05-14 19:32:32 +02:00
parent 5f678acf46
commit a6773b85d2
5 changed files with 6 additions and 4 deletions

View File

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

View File

@@ -33,7 +33,7 @@
}
},
"bin": {
"sol-compiler": "lib/src/cli.js"
"sol-compiler": "bin/sol-compiler.js"
},
"repository": {
"type": "git",