Skip to content

Commit 7136132

Browse files
committed
fixed addMany defect in node-plop
1 parent 2aa46f1 commit 7136132

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "plop",
3-
"version": "1.8.0",
3+
"version": "1.8.1",
44
"description": "Micro-generator framework that makes it easy for an entire team to create files with a level of uniformity",
55
"main": "./src/plop.js",
66
"repository": {
@@ -32,7 +32,7 @@
3232
"interpret": "^1.0.0",
3333
"liftoff": "^2.2.0",
3434
"minimist": "^1.2.0",
35-
"node-plop": "=0.7.0",
35+
"node-plop": "=0.7.1",
3636
"v8flags": "^2.0.10"
3737
},
3838
"engines": {

0 commit comments

Comments
 (0)