Skip to content

Commit fb25fd9

Browse files
authored
chore: redirect main export
1 parent d72359c commit fb25fd9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "1.1.2",
44
"description": "JavaScript sprintf implementation",
55
"author": "Alexandru Mărășteanu <[email protected]>",
6-
"main": "src/sprintf.js",
6+
"main": "dist/sprintf.min.js",
77
"files": [
88
"dist"
99
],
@@ -18,7 +18,6 @@
1818
"url": "https://github.com/alexei/sprintf.js.git"
1919
},
2020
"license": "BSD-3-Clause",
21-
"readmeFilename": "README.md",
2221
"devDependencies": {
2322
"benchmark": "^2.1.4",
2423
"eslint": "^5.10.0",

0 commit comments

Comments
 (0)