bump version

This commit is contained in:
eleith 2012-10-07 16:24:43 -07:00
parent 0d1ea27098
commit 85248c95ab
2 changed files with 8 additions and 8 deletions

View File

@ -1,4 +1,4 @@
#v0.1.7
#v0.1.8
### schemajs [![Build Status](https://secure.travis-ci.org/eleith/schemajs.png)](http://travis-ci.org/eleith/schemajs)

View File

@ -1,9 +1,9 @@
{
"name": "schemajs",
"description": "validate objects (including http request params) against a schema. includes express middleware",
"version": "0.1.7",
"author": "eleith",
"contributors": ["andychilton"],
"name": "schemajs",
"description": "validate objects (including http request params) against a schema. includes express middleware",
"version": "0.1.8",
"author": "eleith",
"contributors": ["andychilton"],
"repository":
{
"type": "git",
@ -17,8 +17,8 @@
{
"underscore": ">= 1.1.7"
},
"engine": ["node >= 0.4.8"],
"main": "schema",
"engine": ["node >= 0.4.8"],
"main": "schema",
"scripts": {
"test" : "mocha -R spec test/*.js"
}