Skip to content

Commit

Permalink
⬆️ Upgrade chokidar 1.6.0
Browse files Browse the repository at this point in the history
Requires a more recent version of Atom, since this version of Chokidar
was not compatible with native extensions in previous versions of apm
See atom/apm#596
  • Loading branch information
viddo committed Sep 1, 2016
1 parent 37caa92 commit ab3e6c7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This project adheres to [Semantic Versioning](http://semver.org/) and [keepachan
### Changed
- Internals completely refactored, to make changes/new features easier to implement+test
- Using [Flowtype](https://flowtype.org/) to find bugs easier
- Updated dependencies to latest stable versions
- Updated all dependencies to latest stable versions

## [0.7.0] - 2016-03-29
### Added
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@
"atom-workspace": "textual-velocity:start-session"
},
"engines": {
"atom": ">=1.6.0 <2.0.0"
"atom": ">=1.10.0 <2.0.0"
},
"dependencies": {
"baconjs": "0.7.85",
"bplist": "0.0.4",
"chokidar": "1.0.6",
"chokidar": "1.6.0",
"classnames": "2.2.5",
"fs-plus": "2.9.1",
"fs-xattr": "0.1.14",
Expand Down

0 comments on commit ab3e6c7

Please sign in to comment.