Skip to content

Commit 0840040

Browse files
committed
add write as dependency
1 parent 36598b0 commit 0840040

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,10 @@
3232
"url": "https://github.com/Cordazar/create-file-webpack-plugin/issues"
3333
},
3434
"homepage": "https://github.com/Cordazar/create-file-webpack-plugin#readme",
35+
"dependencies": {
36+
"write": "^2.0.0"
37+
},
3538
"peerDependencies": {
3639
"webpack": ">=4"
3740
}
38-
}
41+
},

0 commit comments

Comments
 (0)