Skip to content

Commit

Permalink
update package.json... again
Browse files Browse the repository at this point in the history
  • Loading branch information
realThunderRedStar committed Feb 6, 2022
1 parent d1e3493 commit 6973418
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-self-destruct",
"version": "1.0.1",
"version": "1.0.2",
"description": "A package to self-destruct a node module if it wants to (self destruction meaning auto deletion of the module)",
"main": "src/destruct.js",
"scripts": {
Expand All @@ -11,5 +11,9 @@
"anti-commercial"
],
"author": "thunder-red-star",
"license": "Anti-Commercial"
"license": "Anti-Commercial",
"repository": {
"type": "git",
"url": "https://github.com/thunder-red-star/node-self-destruct"
}
}

0 comments on commit 6973418

Please sign in to comment.