Make force-ssl production only

Fixes #1442 and #3382
This commit is contained in:
Martijn Walraven
2016-02-16 20:38:12 +01:00
parent 63454bfe08
commit 786cf9abd6

View File

@@ -1,6 +1,7 @@
Package.describe({
summary: "Require this application to use HTTPS",
version: "1.0.7-cordova.5"
version: "1.0.8-cordova.5",
prodOnly: true
});
Package.onUse(function (api) {