Commit 7e645ccb authored by Matt Seymour's avatar Matt Seymour

Coffee2Js `tags` option was using string not bool

parent 95ccd589
...@@ -1156,7 +1156,7 @@ ...@@ -1156,7 +1156,7 @@
"releases": [ "releases": [
{ {
"sublime_text": "*", "sublime_text": "*",
"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