diff --git a/package.json b/package.json index 0fdbb36..f866c01 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "constraint-validator", "main": "dist/validator.js", - "version": "1.0.2", + "version": "1.0.3", "description": "List of constraints to process client side validation", "scripts": { "test": "NODE_PATH=./src mocha --require ./tests/bootstrap.js ./tests/**/*.spec.js",