Skip to content

Commit

Permalink
Update versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
Denis Rechkunov committed Mar 28, 2017
1 parent fdfa0bc commit 390d866
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "generator-catberry",
"version": "0.4.0",
"version": "0.5.0",
"description": "Yeoman generator for Catberry Framework",
"homepage": "https://github.com/catberry/generator-catberry",
"files": [
Expand All @@ -12,19 +12,19 @@
"yeoman-generator"
],
"dependencies": {
"param-case": "^2.1.0",
"pascal-case": "^2.0.0",
"param-case": "^2.1.1",
"pascal-case": "^2.0.1",
"yeoman-generator": "^0.24.1"
},
"devDependencies": {
"yeoman-assert": "^2.2.1",
"eslint": "^3.3.1",
"eslint-config-xo-space": "^0.14.0",
"eslint": "^3.18.0",
"eslint-config-xo-space": "^0.16.0",
"gulp": "^3.9.1",
"gulp-eslint": "^3.0.1",
"gulp-exclude-gitignore": "^1.0.0",
"gulp-exclude-gitignore": "^1.1.1",
"gulp-line-ending-corrector": "^1.0.1",
"gulp-istanbul": "^1.1.0",
"gulp-istanbul": "^1.1.1",
"gulp-mocha": "^3.0.1",
"gulp-plumber": "^1.1.0",
"gulp-nsp": "^2.4.2"
Expand Down

0 comments on commit 390d866

Please sign in to comment.