There was an error while loading. Please reload this page.
1 parent 1b38bf2 commit 6cf6afeCopy full SHA for 6cf6afe
1 file changed
package.json
@@ -2,14 +2,14 @@
2
"name": "printfy",
3
"version": "1.0.0",
4
"description": "C-style printf formatting for JavaScript with padding and precision.",
5
- "main": "printfy.js",
+ "main": "lib/printfy.js",
6
"exports": {
7
- "require": "./printfy.js",
8
- "import": "./printfy.js"
+ "require": "./lib/printfy.js",
+ "import": "./lib/printfy.js"
9
},
10
"scripts": {
11
"test": "node test.js",
12
- "build": "terser printfy.js -o printfy.min.js"
+ "build": "terser lib/printfy.js -o lib/printfy.min.js"
13
14
"keywords": [
15
"printf",
@@ -42,4 +42,4 @@
42
"engines": {
43
"node": ">=12"
44
}
45
-}
+}
0 commit comments