override the default nonStandard value

This commit is contained in:
spalger 2015-08-05 10:31:16 -07:00
parent 230daafa32
commit c2b297b97e

View file

@ -1,4 +1,5 @@
module.exports = {
optional: ['runtime'],
stage: 1
stage: 1,
nonStandard: false
};