Skip to content

Commit bd7fc38

Browse files
committedMar 20, 2018
fix(options): revert additionalProperties changes to keep SemVer
1 parent 0c2259b commit bd7fc38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎lib/options.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,5 @@
3939
"type": [ "string", "boolean" ]
4040
}
4141
},
42-
"additionalProperties": false
42+
"additionalProperties": true
4343
}

0 commit comments

Comments
 (0)
Please sign in to comment.