Skip to content

Commit

Permalink
Update to chai2-json-schema and bump to 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cybertk committed Mar 5, 2015
1 parent 5a8fefd commit 81f1846
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "abao",
"version": "0.3.0",
"version": "0.3.1",
"description": "RAML testing tool",
"bin": "bin/abao",
"main": "lib/index.js",
Expand Down Expand Up @@ -48,16 +48,16 @@
"time-grunt": "~1.1.0"
},
"dependencies": {
"async": "^0.9.0",
"chai2-json-schema": "^1.2.0",
"coffee-errors": "^0.8.6",
"coffee-script": "~1.9.1",
"proxyquire": "^1.3.1",
"async": "^0.9.0",
"chai-json-schema": "^1.1.0",
"csonschema": "^0.5.1",
"glob": "^4.4.1",
"jsonlint": "^1.6.2",
"mocha": "^2.1.0",
"optimist": "^0.6.1",
"proxyquire": "^1.3.1",
"raml-parser": "^0.8.10",
"request": "^2.53.0",
"underscore": "^1.8.2"
Expand Down
2 changes: 1 addition & 1 deletion src/test.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ _ = require 'underscore'
async = require 'async'

assert = chai.assert
chai.use(require 'chai-json-schema')
chai.use(require 'chai2-json-schema')


String::contains = (it) ->
Expand Down

0 comments on commit 81f1846

Please sign in to comment.