Bumps version and adds to editor list

This commit is contained in:
Zach Cardoza
2017-09-19 22:47:41 -07:00
parent aa85998b99
commit bc971be08e
+5 -3
View File
@@ -1,6 +1,8 @@
// Type definitions for chokidar 1.7.0
// Type definitions for chokidar 1.7.1
// Project: https://github.com/paulmillr/chokidar
// Definitions by: Stefan Steinhart <https://github.com/reppners>, Felix Becker <https://github.com/felixfbecker>
// Definitions by: Stefan Steinhart <https://github.com/reppners>
// Felix Becker <https://github.com/felixfbecker>
// Zach Cardoza <https://github.com/bayssmekanique>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
/// <reference types="node" />
@@ -17,7 +19,7 @@ export interface WatchedPaths {
}
export class FSWatcher extends EventEmitter implements fs.FSWatcher {
/**
* Constructs a new FSWatcher instance with optional WatchOptions parameter.
*/