mirror of
				https://github.com/valentineus/iii-client.git
				synced 2025-11-04 03:49:44 +03:00 
			
		
		
		
	Add support for all versions of NodeJS
This commit is contained in:
		@@ -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';
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user