We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00af1e6 commit d72359cCopy full SHA for d72359c
package.json
@@ -4,6 +4,9 @@
4
"description": "JavaScript sprintf implementation",
5
"author": "Alexandru Mărășteanu <[email protected]>",
6
"main": "src/sprintf.js",
7
+ "files": [
8
+ "dist"
9
+ ],
10
"scripts": {
11
"test": "mocha test/*.js",
12
"pretest": "npm run lint",
0 commit comments