@textlint/feature-flag
Advanced tools
Comparing version 2.0.0 to 3.0.0-next.0
# Change Log | ||
All notable changes to this project will be documented in this file. | ||
See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
<a name="3.0.0-next.0"></a> | ||
# [3.0.0-next.0](https://github.com/textlint/textlint/compare/@textlint/feature-flag@2.0.0...@textlint/feature-flag@3.0.0-next.0) (2017-12-15) | ||
**Note:** Version bump only for package @textlint/feature-flag | ||
<a name="1.0.1"></a> | ||
## 1.0.1 (2017-05-18) |
@@ -45,3 +45,3 @@ // MIT © 2017 azu | ||
} else { | ||
throw new Error("textlint-feature-flag:Error: " + flagName + " is not defined."); | ||
throw new Error("@textlint/feature-flag:Error: " + flagName + " is not defined."); | ||
} | ||
@@ -48,0 +48,0 @@ } |
@@ -13,3 +13,3 @@ { | ||
"name": "@textlint/feature-flag", | ||
"version": "2.0.0", | ||
"version": "3.0.0-next.0", | ||
"description": "textlint internal feature flag manager.", | ||
@@ -33,3 +33,3 @@ "main": "lib/textlint-feature-flag.js", | ||
}, | ||
"homepage": "https://github.com/textlint/textlint/tree/master/packages/textlint-feature-flag/", | ||
"homepage": "https://github.com/textlint/textlint/tree/master/packages/@textlint/feature-flag/", | ||
"devDependencies": { | ||
@@ -36,0 +36,0 @@ "babel-cli": "^6.24.1", |
@@ -32,3 +32,3 @@ // MIT © 2017 azu | ||
} else { | ||
throw new Error(`textlint-feature-flag:Error: ${flagName} is not defined.`); | ||
throw new Error(`@textlint/feature-flag:Error: ${flagName} is not defined.`); | ||
} | ||
@@ -35,0 +35,0 @@ } |
Sorry, the diff of this file is not supported yet
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
14889