Skip to content

Commit

Permalink
Merge pull request andrewplummer#366 from EvanHahn/patch-1
Browse files Browse the repository at this point in the history
Add MIT license to package.json
  • Loading branch information
andrewplummer committed Sep 9, 2013
2 parents 7d2ee07 + 4ca6138 commit c0a864c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@
"directories" : {"lib" : "./lib"},
"repository" : {"type" : "git", "url": "https://github.com/andrewplummer/Sugar.git"},
"engines" : {"node" : ">= 0.4.0"},
"scripts": {"test": "node test/environments/node/test.js"}
"scripts": {"test": "node test/environments/node/test.js"},
"license": "MIT"
}

0 comments on commit c0a864c

Please sign in to comment.