Skip to content

Commit

Permalink
feat: Exporter les fichiers séparément.
Browse files Browse the repository at this point in the history
  • Loading branch information
regseb committed Jan 18, 2023
1 parent 63d6803 commit c7cc8f3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,13 @@
"types/"
],
"main": "src/index.js",
"exports": {
".": "./src/index.js",
"./cron.js": "./src/cron.js",
"./cronexp.js": "./src/cronexp.js",
"./at.js": "./src/at.js",
"./package.json": "./package.json"
},
"types": "types/index.d.ts",
"repository": "regseb/cronnor",
"type": "module",
Expand Down

0 comments on commit c7cc8f3

Please sign in to comment.