From 0c3e73ac59e1257ab7ea83952f7d66a280a08e4b Mon Sep 17 00:00:00 2001 From: basarat Date: Fri, 7 Mar 2014 21:45:18 +1100 Subject: [PATCH] updated chokidar to 0.8.1 closes #71 bump package.json version and deployed to npm --- README.md | 2 +- package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 28df63fb..74b69785 100644 --- a/README.md +++ b/README.md @@ -193,7 +193,7 @@ The `package.json` would look something like this for a legacy project: { "devDependencies": { "grunt" : "~0.4.1", - "grunt-ts" : "~1.7.2", + "grunt-ts" : "~1.7.3", "typescript" : "0.9.7", } } diff --git a/package.json b/package.json index 998ee122..5743764c 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "author": "basarat", "name": "grunt-ts", "description": "Compile and manage your TypeScript project", - "version": "1.7.2-2", + "version": "1.7.3", "homepage": "https://github.com/grunt-ts/grunt-ts", "repository": { "type": "git", @@ -40,7 +40,7 @@ }, "dependencies": { "typescript": "0.9.5", - "chokidar": "0.8.0", + "chokidar": "0.8.1", "underscore": "1.5.1", "underscore.string": "2.3.3", "es6-promise": "~0.1.1"