Skip to content

Commit

Permalink
fix: Enlever les extensions pour les exports.
Browse files Browse the repository at this point in the history
  • Loading branch information
regseb committed Mar 4, 2023
1 parent 44786c2 commit 2c1b334
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
"main": "src/index.js",
"exports": {
".": "./src/index.js",
"./cron.js": "./src/cron.js",
"./cronexp.js": "./src/cronexp.js",
"./at.js": "./src/at.js",
"./cron": "./src/cron.js",
"./cronexp": "./src/cronexp.js",
"./at": "./src/at.js",
"./package.json": "./package.json"
},
"types": "types/index.d.ts",
Expand Down

0 comments on commit 2c1b334

Please sign in to comment.