Updated package.json

This commit is contained in:
martind2000 2016-04-10 10:51:52 +01:00
parent fb78ecc122
commit b36be98be1

View File

@ -1,8 +1,8 @@
{ {
"name": "node-validator", "name": "node-validator",
"version": "0.1.2", "version": "0.1.3",
"description": "A collection of validators.", "description": "A collection of validators.",
"main": "md-validator.js", "main": "lib/md-validator.js",
"scripts": { "scripts": {
"test": "mocha --recursive --reporter spec --bail --check-leaks --timeout 3000" "test": "mocha --recursive --reporter spec --bail --check-leaks --timeout 3000"
}, },