Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
thisandagain committed Jul 30, 2013
1 parent 817ed0e commit 6f4b44f
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,24 +2,24 @@
"author": "Andrew Sliwinski <andrewsliwinski@acm.org> (http://andrewsliwinski.com)",
"name": "sentiment",
"description": "AFINN-based sentiment analysis for Node.js",
"version": "0.2.0",
"version": "0.2.1",
"homepage": "https://github.com/thisandagain/sentiment",
"repository": {
"type": "git",
"url": "https://github.com/thisandagain/sentiment.git"
},
"main": "./lib/index.js",
"scripts": {
"test": "tap ./test/*.js"
"test": "make test"
},
"dependencies": {
"async": "~0.1.22",
"lodash": "~1.0.0"
"async": "~0.2.9",
"lodash": "~1.3.1"
},
"devDependencies": {
"tap": "~0.3.1",
"codebux": "~0.1.2",
"Sentimental": "0.0.2"
"hint-hint": "~0.2.0",
"tap": "~0.4.3",
"Sentimental": "0.0.4"
},
"optionalDependencies": {},
"engines": {
Expand Down

0 comments on commit 6f4b44f

Please sign in to comment.