Skip to content

Commit

Permalink
Version 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
anderspitman committed Sep 4, 2024
1 parent fd3c036 commit 611e554
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"name": "namedrop-js",
"type": "module",
"version": "0.2.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Anders Pitman <&[email protected]>",
"license": "MIT",
"description": "JavaScript libary for the NameDrop DNS protocol",
"dependencies": {
"namedrop-js": "^0.1.0"
}
}

0 comments on commit 611e554

Please sign in to comment.