feature-toggle-service
Advanced tools
Comparing version 1.2.0 to 2.0.1
/*! | ||
* feature-toggle-service.js v1.2.0 | ||
* feature-toggle-service.js v2.0.1 | ||
* https://willmendesneto.github.io/feature-toggle-service.js | ||
@@ -4,0 +4,0 @@ * |
/*! | ||
* feature-toggle-service.js v1.2.0 | ||
* feature-toggle-service.js v2.0.1 | ||
* https://willmendesneto.github.io/feature-toggle-service.js | ||
@@ -4,0 +4,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: "2.0.0", | ||
version: "2.0.1", | ||
git: "https://github.com/willmendesneto/feature-toggle-service.js" | ||
@@ -12,3 +12,3 @@ }); | ||
Package.onUse(function(api) { | ||
api.addFiles("dist/feature-toggle-service.js", "client"); | ||
api.addFiles("lib/feature-toggle-service.js", "client"); | ||
}); |
{ | ||
"name": "feature-toggle-service", | ||
"version": "1.2.0", | ||
"version": "2.0.1", | ||
"author": "Will Mendes <willmendesneto@gmail.com>", | ||
@@ -37,2 +37,3 @@ "description": "The simplest solution for feature toggle in Javascript. Simple how it should be.", | ||
"conventional-changelog-cli": "^1.3.1", | ||
"coveralls": "^2.13.1", | ||
"cz-conventional-changelog": "^2.0.0", | ||
@@ -44,2 +45,3 @@ "ghooks": "^2.0.0", | ||
"nyc": "^11.0.2", | ||
"semantic-release": "^6.3.6", | ||
"ts-node": "^3.0.6", | ||
@@ -50,4 +52,3 @@ "tslint": "^5.4.3", | ||
"uglify-js": "^3.0.10", | ||
"validate-commit-msg": "^2.12.1", | ||
"semantic-release": "^6.3.6" | ||
"validate-commit-msg": "^2.12.1" | ||
}, | ||
@@ -83,2 +84,2 @@ "engines": { | ||
} | ||
} | ||
} |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
14819
0
29