mirror of
https://github.com/flynx/features.js.git
synced 2025-10-29 18:30:11 +00:00
bugfix...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
8358dd0434
commit
11f1c08456
@ -482,7 +482,7 @@ var FeatureSetProto = {
|
||||
// with actual feature tags later...
|
||||
// if a tag is exclusive then at least one feature
|
||||
// with it is present...
|
||||
if(!that[d] && !exclusive[d]){
|
||||
if(!that[d] && !exclusive[d] && d[0] != '-'){
|
||||
var m = missing[k] = missing[k] || []
|
||||
m.push(d)
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "ig-features",
|
||||
"version": "2.2.3",
|
||||
"version": "2.2.4",
|
||||
"description": "",
|
||||
"main": "features.js",
|
||||
"scripts": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user