Skip to content

Commit 6cbf402

Browse files
committed
fix: remove type: module for the release, so it is fixed
1 parent 7a4758e commit 6cbf402

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cron-validate",
3-
"version": "1.5.0",
3+
"version": "1.5.1",
44
"description": "cron-validate is a cron-expression validator written in TypeScript.",
55
"scripts": {
66
"dev": "nodemon",
@@ -35,7 +35,6 @@
3535
"typescript"
3636
],
3737
"main": "lib/index.js",
38-
"type": "module",
3938
"types": "lib/index.d.ts",
4039
"files": [
4140
"lib"

0 commit comments

Comments
 (0)