diff --git a/package.json b/package.json index 27bc2022f1..ff8b73f0ab 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hackathon-starter", - "version": "2.0.3", + "version": "2.0.4", "repository": { "type": "git", "url": "https://github.com/sahat/hackathon-starter.git" @@ -54,14 +54,15 @@ "twit": "^1.1.14", "uglify-js": "^2.4.13", "underscore": "^1.6.0", - "validator": "^3.11.0" + "validator": "^3.11.0", }, "devDependencies": { - "mocha": "^1.18.2", "chai": "^1.9.1", - "supertest": "^0.11.0", - "mstring": "^0.1.2", + "colors": "^0.6.2", "inquirer": "^0.4.1", - "colors": "^0.6.2" + "mocha": "^1.18.2", + "mstring": "^0.1.2", + "supertest": "^0.11.0", + "workshop": "0.0.0" } }