opcodes: add json extension to fix Webpack JSON loader

This commit is contained in:
JP Richardson 2016-06-08 17:00:37 -05:00
parent 7203b7a94d
commit ac8ae8f0ed
5 changed files with 5 additions and 5 deletions

View file

@ -1,4 +1,4 @@
var opcodes = require('./opcodes')
var opcodes = require('./opcodes.json')
// https://github.com/feross/buffer/blob/master/index.js#L1127
function verifuint (value, max) {