Fixed npm install warning

npm WARN package.json gridster@0.6.9 homepage field must start with a protocol.
This commit is contained in:
Sebastian Roth
2015-05-31 12:36:32 +08:00
parent 57bf55a8e5
commit 0d75ba53c3
+1 -1
View File
@@ -3,7 +3,7 @@
"title": "gridster.js",
"description": "a drag-and-drop multi-column jQuery grid plugin",
"version": "0.6.9",
"homepage": "dsmorse.github.io/gridster.js/",
"homepage": "https://dsmorse.github.io/gridster.js/",
"author": {
"name": "ducksboard"
},