Skip to content
This repository was archived by the owner on Sep 23, 2020. It is now read-only.

Commit 81953aa

Browse files
Fix #3
1 parent 38da1a2 commit 81953aa

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@ even better send a pull request.
88

99

1010
#### Release Notes:
11-
* 0.10: Changed watching module and don't refresh on file changes from within brackets
12-
* 0.01: Added basical watching capablities.
11+
* 0.1.2: Set to Sprint <=35 only
12+
* 0.1.0: Changed watching module and don't refresh on file changes from within brackets
13+
* 0.0.1: Added basical watching capablities.
1314

1415
##### Credits
1516
This extension relies on the node module [gaze](https://npmjs.org/package/gaze)

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
"title": "FileWatcher",
44
"description": "Adds file watching for the current Project.",
55
"homepage": "https://github.com/WebsiteDeveloper/bracketsFileWatcher",
6-
"version": "0.1.1",
6+
"version": "0.1.2",
77
"author": "Bernhard Sirlinger <[email protected]> (https://github.com/WebsiteDeveloper)",
88
"license": "MIT",
99
"engines": {
10-
"brackets": ">=0.27.0"
10+
"brackets": "<=0.35.0"
1111
}
1212
}

0 commit comments

Comments
 (0)