Closed Flet closed 9 years ago
Looks like description
also has the same problem... getting escaped characters.
Ack! Thanks for finding and taking care of these bugs, I've been a bit distracted.
No worries, we're all busy! Also I will take the blame for this since I suggested moving to full mustache :wink:
I was getting explosions when adding keywords. The
package.json
had this in it:So, it looks like
mustache
is escaping characters by default. This must be different behavior thanmicromustache
.This PR fixes it by adding another set of 'staches around pkgKeywords in
package.json.mustache
.