Skip to content

Commit d72359c

Browse files
authored
chore: fix package bundling
1 parent 00af1e6 commit d72359c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

+3
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
"description": "JavaScript sprintf implementation",
55
"author": "Alexandru Mărășteanu <[email protected]>",
66
"main": "src/sprintf.js",
7+
"files": [
8+
"dist"
9+
],
710
"scripts": {
811
"test": "mocha test/*.js",
912
"pretest": "npm run lint",

0 commit comments

Comments
 (0)