Skip to content

Commit

Permalink
updated chokidar to 0.8.1 closes #71
Browse files Browse the repository at this point in the history
bump package.json version and deployed to npm
  • Loading branch information
basarat committed Mar 7, 2014
1 parent 9dcb010 commit 0c3e73a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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",
}
}
Expand Down
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -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",
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 0c3e73a

Please sign in to comment.