Commit 32995ed2 authored by Henric Trotzig's avatar Henric Trotzig Committed by FichteFoll

Make ImportJS available on Windows (#5550)

Recent changes have made it possible to run import-js in Sublime on
windows.

https://github.com/Galooshi/import-js/pull/282
https://github.com/Galooshi/sublime-import-js/pull/9
parent 2de4cf1d
...@@ -276,7 +276,7 @@ ...@@ -276,7 +276,7 @@
"releases": [ "releases": [
{ {
"sublime_text": ">=3000", "sublime_text": ">=3000",
"platforms": ["osx", "linux"], "platforms": ["osx", "linux", "windows"],
"tags": true "tags": true
} }
] ]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment