chore(package.json): http -> https

This commit is contained in:
Limon Monte
2018-09-01 10:16:30 +03:00
committed by GitHub
parent 12f56fdb7d
commit 33d8d2d3f4
+1 -1
View File
@@ -16,7 +16,7 @@
"test": "grunt jshint execSpecsInNode" "test": "grunt jshint execSpecsInNode"
}, },
"description": "Official packaging of Jasmine's core files for use by Node.js projects.", "description": "Official packaging of Jasmine's core files for use by Node.js projects.",
"homepage": "http://jasmine.github.io", "homepage": "https://jasmine.github.io",
"main": "./lib/jasmine-core.js", "main": "./lib/jasmine-core.js",
"devDependencies": { "devDependencies": {
"glob": "~7.1.2", "glob": "~7.1.2",