We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 032dc7c + 7f0704e commit 3908190Copy full SHA for 3908190
package.json
@@ -3,14 +3,14 @@
3
"version": "15.5.0",
4
"description": "Format whitespace in a SQL query to make it more readable",
5
"license": "MIT",
6
- "main": "dist/cjs/index.cjs",
+ "main": "dist/cjs/index.js",
7
"module": "dist/esm/index.js",
8
"unpkg": "dist/sql-formatter.min.js",
9
"exports": {
10
"./package.json": "./package.json",
11
".": {
12
"import": "./dist/esm/index.js",
13
- "require": "./dist/cjs/index.cjs"
+ "require": "./dist/cjs/index.js"
14
}
15
},
16
"bin": {
0 commit comments