Skip to content

Commit

Permalink
update desc and min engine
Browse files Browse the repository at this point in the history
  • Loading branch information
jesselpalmer committed Nov 12, 2023
1 parent 9ff28c6 commit 1a4d56f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "node-email-verifier",
"version": "0.0.1",
"description": "Validates email",
"description": "A Node.js module for verifying email addresses",
"main": ".src/index.js",
"scripts": {
"test": "node --experimental-vm-modules ./node_modules/.bin/jest"
},
"repository": "git+https://github.com/jesselpalmer/node-email-verifier.git",
"engines": {
"node": ">=4.2.4"
"node": ">=16.0.0"
},
"type": "module",
"keywords": [
Expand Down

0 comments on commit 1a4d56f

Please sign in to comment.