Skip to content

Commit 0c3e73a

Browse files
committed
updated chokidar to 0.8.1 closes #71
bump package.json version and deployed to npm
1 parent 9dcb010 commit 0c3e73a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ The `package.json` would look something like this for a legacy project:
193193
{
194194
"devDependencies": {
195195
"grunt" : "~0.4.1",
196-
"grunt-ts" : "~1.7.2",
196+
"grunt-ts" : "~1.7.3",
197197
"typescript" : "0.9.7",
198198
}
199199
}

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"author": "basarat",
33
"name": "grunt-ts",
44
"description": "Compile and manage your TypeScript project",
5-
"version": "1.7.2-2",
5+
"version": "1.7.3",
66
"homepage": "https://github.com/grunt-ts/grunt-ts",
77
"repository": {
88
"type": "git",
@@ -40,7 +40,7 @@
4040
},
4141
"dependencies": {
4242
"typescript": "0.9.5",
43-
"chokidar": "0.8.0",
43+
"chokidar": "0.8.1",
4444
"underscore": "1.5.1",
4545
"underscore.string": "2.3.3",
4646
"es6-promise": "~0.1.1"

0 commit comments

Comments
 (0)