Skip to content

Commit a386e2a

Browse files
committed
Include utils.js in npm package
1 parent 32b629c commit a386e2a

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
"linter"
2525
],
2626
"files": [
27-
"index.js"
27+
"index.js",
28+
"utils.js"
2829
],
2930
"dependencies": {
3031
"lesshint": "^5.1.0",

0 commit comments

Comments
 (0)