Skip to content

Commit

Permalink
2.1.1 (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
arty-name authored Oct 29, 2024
1 parent 64f3097 commit 177831a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "martian-cidr",
"version": "2.1.0",
"version": "2.1.1",
"description": "Check if an IP address is from reserved subnet",
"main": "src/index.js",
"type": "module",
"engines": {
"node": ">=14"
},
"scripts": {
"test": "node src/test.js"
"test": "node --test"
},
"keywords": [
"martian",
Expand All @@ -28,7 +28,7 @@
"repository": "https://github.com/arty-name/martian-cidr",
"license": "MIT",
"dependencies": {
"ipaddr.js": "^2.0.0"
"ipaddr.js": "^2.2.0"
},
"devDependencies": {}
}

0 comments on commit 177831a

Please sign in to comment.