Skip to content
This repository was archived by the owner on Jan 23, 2021. It is now read-only.

Commit 79ecb98

Browse files
Fix missing utils file for npm
1 parent 04915e8 commit 79ecb98

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@
2424
},
2525
"files": [
2626
"index.js",
27-
"logger.js"
27+
"logger.js",
28+
"utils.js"
2829
],
2930
"keywords": [
3031
"gulpplugin",

0 commit comments

Comments
 (0)