Skip to content

Commit

Permalink
Clean up package.json, license, etc.
Browse files Browse the repository at this point in the history
  • Loading branch information
domenic committed Mar 24, 2015
1 parent eec5065 commit b7e1d28
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 13 deletions.
5 changes: 0 additions & 5 deletions .npmignore

This file was deleted.

2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright © 2012–2014 Domenic Denicola <[email protected]>
Copyright © 2012–2015 Domenic Denicola <[email protected]>

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,
Expand Down
13 changes: 6 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,18 @@
"name": "opener",
"description": "Opens stuff, like webpages and files and executables, cross-platform",
"version": "1.4.0",
"author": "Domenic Denicola <[email protected]> (http://domenic.me/)",
"author": "Domenic Denicola <[email protected]> (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"
}
}

0 comments on commit b7e1d28

Please sign in to comment.