Skip to content

Commit

Permalink
Updated dependencies. Added yaml to runtime dependencies. Bumbed vers…
Browse files Browse the repository at this point in the history
…ion.
  • Loading branch information
Paweł Mendelski committed Mar 6, 2015
1 parent 86f0a6e commit 1cc86ad
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions package.json
Expand Up @@ -24,25 +24,25 @@
"yaml"
],
"dependencies": {
"lodash": "2.4.1",
"lodash": "^3.3.1",
"async": "~0.9.0",
"json5": "~0.4.0"
"json5": "~0.4.0",
"js-yaml": "~3.2.7"
},
"devDependencies": {
"chai": "^1.10.0",
"gulp": "~3.8.10",
"chai": "^2.1.1",
"gulp": "~3.8.11",
"gulp-clean": "~0.3.1",
"gulp-istanbul": "~0.5.0",
"gulp-istanbul": "~0.6.0",
"gulp-jscs": "^1.4.0",
"gulp-jshint": "~1.8.5",
"gulp-mocha": "~1.1.1",
"gulp-jshint": "~1.9.2",
"gulp-mocha": "~2.0.0",
"gulp-sync": "~0.1.4",
"gulp-util": "~3.0.1",
"jshint-stylish": "~1.0.0",
"gulp-util": "~3.0.4",
"jshint-stylish": "~1.0.1",
"mkdirp": "~0.5.0",
"mocha": "1.21.5",
"mocha-jenkins-reporter": "~0.1.3",
"js-yaml": "~3.2.6",
"mocha": "2.1.0",
"mocha-jenkins-reporter": "~0.1.4",
"coveralls": "~2.11.2"
},
"engines": {
Expand Down

0 comments on commit 1cc86ad

Please sign in to comment.