Comparing version 0.1.8 to 0.1.9
{ | ||
"name": "scheming", | ||
"version": "0.1.8", | ||
"version": "0.1.9", | ||
"main": "dest/Scheming.js", | ||
@@ -8,2 +8,2 @@ "dependencies": { | ||
} | ||
} | ||
} |
@@ -561,3 +561,3 @@ (function() { | ||
_ref = normalizedSchema[propName], type = _ref.type, setter = _ref.setter; | ||
if (val !== void 0) { | ||
if (val != null) { | ||
if (!type.identifier(val)) { | ||
@@ -564,0 +564,0 @@ if (strict) { |
{ | ||
"name": "scheming", | ||
"version": "0.1.8", | ||
"version": "0.1.9", | ||
"main": "./dest/Scheming.js", | ||
"repository": "https://github.com/autoric/scheming", | ||
"scripts": { | ||
"test": "mocha test -w --growl --reporter spec --compilers coffee:coffee-script/register", | ||
"prepublish": "gulp build" | ||
"test": "mocha test -w --growl --reporter spec --compilers coffee:coffee-script/register" | ||
}, | ||
@@ -31,4 +30,6 @@ "dependencies": { | ||
"karma-chai": "~0.1.0", | ||
"gulp-mocha": "~2.0.0" | ||
"gulp-mocha": "~2.0.0", | ||
"shelljs": "~0.3.0", | ||
"yargs": "~1.3.3" | ||
} | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
462018
20
2291