better cross platform support
This commit is contained in:
parent
359504809b
commit
c1dc3e09a8
5 changed files with 22 additions and 10 deletions
3
npm/index.js
Normal file
3
npm/index.js
Normal file
|
@ -0,0 +1,3 @@
|
|||
var fs = require('fs')
|
||||
var path = require('path')
|
||||
module.exports = fs.readFileSync(path.join(__dirname, 'run.bat'), 'utf-8')
|
Loading…
Add table
Add a link
Reference in a new issue