Skip to content

Commit 66426fb

Browse files
committed
Fix npm packaging error
1 parent 8ac00a9 commit 66426fb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,9 @@
2525
"engines": {
2626
"node": ">= 4"
2727
},
28-
"files": [],
28+
"files": [
29+
"index.js"
30+
],
2931
"homepage": "https://github.com/jorrit/gulp-requirejs",
3032
"keywords": [
3133
"amd",

0 commit comments

Comments
 (0)