Skip to content

Commit

Permalink
bump version for addition of plop.load feature
Browse files Browse the repository at this point in the history
  • Loading branch information
amwmedia committed Nov 18, 2016
1 parent 750e22c commit 74d41fd
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "plop",
"version": "1.6.0",
"version": "1.7.0",
"description": "Micro-generator framework that makes it easy for an entire team to create files with a level of uniformity",
"main": "plop.js",
"repository": {
Expand All @@ -23,15 +23,16 @@
"url": "https://github.com/amwmedia/plop/issues"
},
"devDependencies": {
"inquirer-directory": "^2.0.0"
"inquirer-directory": "^2.1.0",
"plop-pack-fancy-comments": "^0.2.0"
},
"homepage": "https://github.com/amwmedia/plop",
"dependencies": {
"chalk": "^1.1.3",
"interpret": "^1.0.0",
"liftoff": "^2.2.0",
"minimist": "^1.2.0",
"node-plop": "0.4.1",
"node-plop": "~0.5.0",
"v8flags": "^2.0.10"
},
"preferGlobal": "true",
Expand Down

0 comments on commit 74d41fd

Please sign in to comment.