Skip to content

Commit 27c8b38

Browse files
committed
Define main file
1 parent 3d2ab29 commit 27c8b38

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "scripts-loader",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Walk directory recursive and load all the scripts from there. (Super helpful when you want to separate your big gulp file into standalone tasks and load each task very easily.)",
5-
"main": "y",
5+
"main": "lib/index.js",
66
"repository": {
77
"type": "git",
88
"url": "https://github.com/jsifalda/scripts-loader"

0 commit comments

Comments
 (0)