diff --git a/package.json b/package.json index 6f6def0..931894b 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { "name": "node-validator", - "version": "0.1.2", + "version": "0.1.3", "description": "A collection of validators.", - "main": "md-validator.js", + "main": "lib/md-validator.js", "scripts": { "test": "mocha --recursive --reporter spec --bail --check-leaks --timeout 3000" },