We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
type: "module"
1 parent c8ce66d commit 7156b4eCopy full SHA for 7156b4e
package.json
@@ -5,9 +5,10 @@
5
"author": "Timo Lins",
6
"license": "MIT",
7
"repository": "timolins/little-date",
8
- "main": "dist/format-date-range.js",
9
- "module": "dist/format-date-range.mjs",
10
- "types": "dist/format-date-range.d.ts",
+ "type": "module",
+ "main": "./dist/format-date-range.js",
+ "module": "./dist/format-date-range.mjs",
11
+ "types": "./dist/format-date-range.d.ts",
12
"engines": {
13
"node": ">=10"
14
},
0 commit comments