mirror of
https://github.com/valentineus/iii-client.git
synced 2025-04-28 01:41:25 +03:00
Add support for all versions of NodeJS
This commit is contained in:
parent
a00f5aa64f
commit
73bdca9b21
@ -42,5 +42,8 @@
|
||||
"build": "npm run build-browser && npm run build-standalone",
|
||||
"test": "mocha src/test.js --compilers js:babel-core/register",
|
||||
"check": "eslint ./src/index.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"safe-buffer": "^5.1.1"
|
||||
}
|
||||
}
|
||||
|
@ -1,3 +1,4 @@
|
||||
import { Buffer } from 'safe-buffer';
|
||||
import http from 'http';
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user