Skip to content

Commit

Permalink
[fix] Forgot to add underscore
Browse files Browse the repository at this point in the history
  • Loading branch information
3rd-Eden committed Sep 14, 2012
1 parent c184caa commit f036139
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
{
"name": "extendable",
"version": "0.0.1",
"version": "0.0.2",
"description": "Extend constructors",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": "",
"author": "Arnout Kazemier",
"license": "MIT"
"license": "MIT",
"dependencies": {
"underscore": "1.3.x"
}
}

0 comments on commit f036139

Please sign in to comment.