We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d72359c commit fb25fd9Copy full SHA for fb25fd9
package.json
@@ -3,7 +3,7 @@
3
"version": "1.1.2",
4
"description": "JavaScript sprintf implementation",
5
"author": "Alexandru Mărășteanu <[email protected]>",
6
- "main": "src/sprintf.js",
+ "main": "dist/sprintf.min.js",
7
"files": [
8
"dist"
9
],
@@ -18,7 +18,6 @@
18
"url": "https://github.com/alexei/sprintf.js.git"
19
},
20
"license": "BSD-3-Clause",
21
- "readmeFilename": "README.md",
22
"devDependencies": {
23
"benchmark": "^2.1.4",
24
"eslint": "^5.10.0",
0 commit comments