Skip to content

Commit 614aba3

Browse files
package.json: Limit to tools/output
We don’t need to ship the code that generates the output files.
1 parent 416a367 commit 614aba3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"files": [
2020
"src",
2121
"lib",
22-
"tools",
22+
"tools/output",
2323
"xregexp-all.js"
2424
],
2525
"scripts": {

0 commit comments

Comments
 (0)