feature-toggle-service
Advanced tools
Comparing version 1.0.0 to 1.1.0
@@ -41,2 +41,3 @@ (function (global, factory) { | ||
var settings = {}; | ||
var instance = null; | ||
@@ -46,2 +47,7 @@ var FeatureToggleService = function () { | ||
_classCallCheck(this, FeatureToggleService); | ||
if (!instance) { | ||
instance = this; | ||
} | ||
return instance; | ||
} | ||
@@ -48,0 +54,0 @@ |
@@ -6,3 +6,3 @@ // Package metadata for feature-toggle-service.js. | ||
summary: "The simplest solution for feature toggle in Javascript. Simple how it should be.", | ||
version: "1.0.0", | ||
version: "1.1.0", | ||
git: "https://github.com/willmendesneto/feature-toggle-service.js" | ||
@@ -9,0 +9,0 @@ }); |
{ | ||
"name": "feature-toggle-service", | ||
"version": "1.0.0", | ||
"version": "1.1.0", | ||
"author": "Will Mendes <willmendesneto@gmail.com>", | ||
@@ -54,3 +54,2 @@ "description": "The simplest solution for feature toggle in Javascript. Simple how it should be.", | ||
"commit": "git-cz", | ||
"pretest": "eslint ./src ./test", | ||
"check-coverage": "cat ./coverage/report-lcov/lcov.info | ./node_modules/.bin/coveralls && rm -rf coverage", | ||
@@ -57,0 +56,0 @@ "prepublish": "babel src --out-dir lib", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
18100
210