Skip to content

Commit bff6ebf

Browse files
committed
package.json: specify the folders to include.
"dist" shouldn't be here, but keep it for better compatibility.
1 parent c72e34f commit bff6ebf

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,9 @@
4242
"shelljs": "^0.6.0",
4343
"ytestrunner": "^0.3.3",
4444
"yuitest": "^0.7.9"
45-
}
45+
},
46+
"files": [
47+
"dist",
48+
"src"
49+
]
4650
}

0 commit comments

Comments
 (0)