Skip to content

Commit

Permalink
Bumped version numbers for package and engines
Browse files Browse the repository at this point in the history
  • Loading branch information
paramdeo committed Jul 15, 2023
1 parent a4757be commit 2593020
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ajuda",
"version": "0.9.0",
"version": "1.0.0",
"description": "A helpful JavaScript utility library.",
"main": "index.js",
"files": [
Expand All @@ -12,7 +12,8 @@
],
"type": "module",
"engines": {
"node": ">=14"
"npm": ">=9.5.1",
"node": ">=18.16.1"
},
"scripts": {
"test": "NODE_OPTIONS=--experimental-vm-modules jest --coverage=true"
Expand Down

0 comments on commit 2593020

Please sign in to comment.