Commit b4830e37 authored by FichteFoll's avatar FichteFoll

Merge pull request #4005 from mattseymour/master

Coffee2Js `tags` option was using string not bool
parents 0b70eee2 7e645ccb
...@@ -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