package.json : maintenance updates

* Update minimum node.js engine to 6.11.1, stable LTS.
* http -> https
This commit is contained in:
Kartik Mistry
2018-01-30 09:50:39 +05:30
committed by Santhosh Thottingal
parent 1e13a60eb3
commit 4b63f4337f

View File

@@ -38,10 +38,10 @@
"url": "git://github.com/wikimedia/jquery.uls.git" "url": "git://github.com/wikimedia/jquery.uls.git"
}, },
"bugs": { "bugs": {
"url" : "http://github.com/wikimedia/jquery.uls/issues" "url" : "https://github.com/wikimedia/jquery.uls/issues"
}, },
"engine": { "engine": {
"node": ">=0.10.x" "node": ">=6.11.1"
}, },
"license": "(MIT OR GPL-2.0+)", "license": "(MIT OR GPL-2.0+)",
"scripts": { "scripts": {