Skip to content

Commit

Permalink
chore: Fix node version declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
medikoo committed May 24, 2024
1 parent d46aa99 commit 15ece26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
"test": "tad"
},
"engines": {
"node": ">=.0.12"
"node": ">=0.12"
},
"license": "ISC"
}

1 comment on commit 15ece26

@Harsh9466
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for addressing this issue. It impacted our production build, and your prompt resolution is greatly appreciated.

Please sign in to comment.