From 6f4b44f44f3596b0426ddf91a77b227c3441a320 Mon Sep 17 00:00:00 2001 From: Andrew Sliwinski Date: Tue, 30 Jul 2013 11:13:57 -0700 Subject: [PATCH] Update dependencies --- package.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 8187106..30692dc 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "author": "Andrew Sliwinski (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", @@ -10,16 +10,16 @@ }, "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": {