diff --git a/package.json b/package.json index 04e108f..6c796cf 100644 --- a/package.json +++ b/package.json @@ -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": { @@ -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" + } }