We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cf4fbf commit ac8c8e6Copy full SHA for ac8c8e6
Changelog.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## 0.7.2
4
+
5
+* Reduce the released npm package size.
6
7
+<br> <br>
8
9
10
## 0.7.1
11
12
* Don't normalize events for Windows or it might lose essential events.
package.json
@@ -11,7 +11,7 @@
"watch",
"watchfile"
13
],
14
- "version": "0.7.1",
+ "version": "0.7.2",
15
"bugs": {
16
"url": "https://github.com/yuanchuan/node-watch/issues"
17
},
0 commit comments