diff --git a/.npmignore b/.npmignore deleted file mode 100644 index e2dd44e..0000000 --- a/.npmignore +++ /dev/null @@ -1,5 +0,0 @@ -/node_modules/ -/npm-debug.log - -/.jshintrc -/.npmignore diff --git a/LICENSE.txt b/LICENSE.txt index 0407ecd..f580e3d 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,4 +1,4 @@ -Copyright © 2012–2014 Domenic Denicola +Copyright © 2012–2015 Domenic Denicola This work is free. You can redistribute it and/or modify it under the terms of the Do What The Fuck You Want To Public License, Version 2, diff --git a/package.json b/package.json index bb355f9..ea12fd0 100644 --- a/package.json +++ b/package.json @@ -2,19 +2,18 @@ "name": "opener", "description": "Opens stuff, like webpages and files and executables, cross-platform", "version": "1.4.0", - "author": "Domenic Denicola (http://domenic.me/)", + "author": "Domenic Denicola (https://domenic.me/)", "license": "WTFPL", - "repository": { - "type": "git", - "url": "git://github.com/domenic/opener.git" - }, - "bugs": "http://github.com/domenic/opener/issues", + "repository": "domenic/opener", "main": "opener.js", "bin": "opener.js", + "files": [ + "opener.js" + ], "scripts": { "lint": "jshint opener.js" }, "devDependencies": { - "jshint": "^2.5.4" + "jshint": "^2.6.3" } }