Skip to content

Commit

Permalink
Increase minimum required Atom version
Browse files Browse the repository at this point in the history
Users running very outdated (<= 1.11.0) versions of Atom have reported a
strange error related to stylesheet modification. There's no good reason
this should be happening; but every user who's reported this anomaly has
been running a very old Atom version.

We're blindly attempting to "fix" this issue by raising the minimum Atom
version required to use this package. No user should be running outdated
versions anyway...

Closes #618.
  • Loading branch information
Alhadis committed Jun 26, 2017
1 parent 7e22796 commit 684ea29
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,11 @@ This project adheres to [Semantic Versioning](http://semver.org/).
### Fixed
- [[`#610`][]]: Exception thrown on Windows when opening `archive-view`
- [[`#616`][]]: Webpack icon not shown for filenames containing dashes
- [[`#618`][]]: Unexplained TypeError thrown for outdated Atom installs

[`#610`]: https://github.com/file-icons/atom/issues/610
[`#616`]: https://github.com/file-icons/atom/issues/616
[`#618`]: https://github.com/file-icons/atom/issues/618



Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"homepage": "https://github.com/file-icons/atom",
"license": "MIT",
"engines": {
"atom": ">1.11.0"
"atom": ">1.17.0"
},
"atomTestRunner": "atom-mocha",
"dependencies": {
Expand Down

0 comments on commit 684ea29

Please sign in to comment.