Dropping support for Node < 4 (#32)
* Removed object-assign polypill * According to http://node.green string#repeat is fine in v4 * removed repeat
This commit is contained in:
committed by
Mihail Diordiev
parent
386d9abfaf
commit
8dbcb836ce
@ -21,6 +21,9 @@
|
||||
"devtools",
|
||||
"remotedev"
|
||||
],
|
||||
"engines" : {
|
||||
"node" : ">=4.0.0"
|
||||
},
|
||||
"author": "Mihail Diordiev <zalmoxisus@gmail.com> (https://github.com/zalmoxisus)",
|
||||
"license": "MIT",
|
||||
"bugs": {
|
||||
@ -43,8 +46,6 @@
|
||||
"minimist": "^1.2.0",
|
||||
"morgan": "^1.7.0",
|
||||
"node-uuid": "^1.4.0",
|
||||
"object-assign": "^4.0.0",
|
||||
"repeat-string": "^1.5.4",
|
||||
"semver": "^5.3.0",
|
||||
"socketcluster": "^5.0.4",
|
||||
"sqlite3": "^3.1.8"
|
||||
|
Reference in New Issue
Block a user