Skip to content

Commit

Permalink
Update deps and bump to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cybertk committed Nov 19, 2014
1 parent eb528fc commit ca81f25
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ramlev",
"version": "0.2.1",
"version": "0.3.0",
"description": "RAML example validator",
"main": "lib/ramlev.js",
"bin": {
Expand Down Expand Up @@ -28,15 +28,15 @@
"homepage": "https://github.com/cybertk/ramlev",
"dependencies": {
"async": "^0.9.0",
"chai": "~1.9.2",
"chai": "~1.10.0",
"chai-json-schema": "~1.1.0",
"coffee-script": "~1.8.0",
"csonschema": "^0.5.0",
"jsonlint": "~1.6.2",
"mocha": "~2.0.1",
"optimist": "~0.6.1",
"raml-parser": "~0.8.7",
"refaker": "~0.1.5",
"refaker": "~0.2.0",
"underscore": "~1.7.0"
},
"devDependencies": {
Expand All @@ -45,9 +45,9 @@
"grunt-cli": "^0.1.13",
"grunt-contrib-coffee": "^0.12.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-mocha-test": "^0.12.2",
"grunt-mocha-test": "^0.12.3",
"jit-grunt": "^0.9.0",
"proxyquire": "^1.0.1",
"proxyquire": "^1.1.0",
"sinon": "^1.12.1",
"sinon-chai": "^2.6.0",
"time-grunt": "^1.0.0"
Expand Down

0 comments on commit ca81f25

Please sign in to comment.