Skip to content

Commit 74d41fd

Browse files
committed
bump version for addition of plop.load feature
1 parent 750e22c commit 74d41fd

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

package.json

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "plop",
3-
"version": "1.6.0",
3+
"version": "1.7.0",
44
"description": "Micro-generator framework that makes it easy for an entire team to create files with a level of uniformity",
55
"main": "plop.js",
66
"repository": {
@@ -23,15 +23,16 @@
2323
"url": "https://github.com/amwmedia/plop/issues"
2424
},
2525
"devDependencies": {
26-
"inquirer-directory": "^2.0.0"
26+
"inquirer-directory": "^2.1.0",
27+
"plop-pack-fancy-comments": "^0.2.0"
2728
},
2829
"homepage": "https://github.com/amwmedia/plop",
2930
"dependencies": {
3031
"chalk": "^1.1.3",
3132
"interpret": "^1.0.0",
3233
"liftoff": "^2.2.0",
3334
"minimist": "^1.2.0",
34-
"node-plop": "0.4.1",
35+
"node-plop": "~0.5.0",
3536
"v8flags": "^2.0.10"
3637
},
3738
"preferGlobal": "true",

0 commit comments

Comments
 (0)