Enable 'use strict' and remove 'node-pre-gyp install'

Fixes #2034
This commit is contained in:
Alexandre Lissy 2019-04-09 22:10:09 +02:00
parent 78247c2377
commit 5a6e32de5c
2 changed files with 2 additions and 1 deletions

View File

@ -1,3 +1,5 @@
'use strict';
const binary = require('node-pre-gyp');
const path = require('path')
// 'lib', 'binding', 'v0.1.1', ['node', 'v' + process.versions.modules, process.platform, process.arch].join('-'), 'deepspeech-bingings.node')

View File

@ -39,7 +39,6 @@
"devDependencies": {
},
"scripts": {
"install" : "node-pre-gyp install --fallback-to-build",
"test": "node index.js"
}
}