Skip to content

Commit

Permalink
package.json fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
frozenskys committed Oct 12, 2016
1 parent 9f2673f commit 6c16ceb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "generator-tribble",
"version": "0.3.3",
"version": "0.3.4",
"description": "Example Yeoman generator using composition",
"homepage": "https://github.com/frozenskys/generator-tribble",
"author": {
Expand Down Expand Up @@ -59,5 +59,5 @@
"test": "gulp"
},
"license": "MIT",
"config" : {}
"config": {}
}

0 comments on commit 6c16ceb

Please sign in to comment.