Skip to content

Commit

Permalink
Updated to @mapbox/node-pre-gyp
Browse files Browse the repository at this point in the history
  • Loading branch information
mathquis committed Feb 15, 2021
1 parent 38d85d1 commit b3af00f
Show file tree
Hide file tree
Showing 3 changed files with 114 additions and 179 deletions.
2 changes: 1 addition & 1 deletion lib/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const Path = require('path')
const Binary = require('node-pre-gyp')
const Binary = require('@mapbox/node-pre-gyp')
const binding_path = Binary.find(Path.resolve(Path.join(__dirname,'../package.json')))
const {SvoxPicoTTS} = require(binding_path)
const EventEmitter = require('events')
Expand Down
Loading

0 comments on commit b3af00f

Please sign in to comment.