Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
version bump, added MIT license to package.json
  • Loading branch information
sgentle committed Nov 13, 2011
1 parent 0daa006 commit 69767b8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
Expand Up @@ -3,7 +3,7 @@
"name": "phantom",
"description": "PhantomJS wrapper for Node",
"homepage": "https://github.com/sgentle/phantomjs-node",
"version": "0.2.0",
"version": "0.2.1",
"repository": {
"type": "git",
"url": "git://github.com/sgentle/phantomjs-node.git"
Expand All @@ -23,6 +23,10 @@
"coffee-script": "*",
"vows": "*"
},
"licenses": {
"type": "MIT",
"url": "http://www.opensource.org/licenses/MIT"
},
"scripts": {
"test": "cake test"
}
Expand Down

0 comments on commit 69767b8

Please sign in to comment.