ungoldman / module-init

:checkered_flag: Create a new node module with all the right stuff.
ISC License
71 stars 8 forks source link

fix keywords being escaped #29

Closed Flet closed 9 years ago

Flet commented 9 years ago

I was getting explosions when adding keywords. The package.json had this in it:

"keywords": ["git", "clone", "pull", "gotta", "get", "em", "all", "pokemon"],

So, it looks like mustache is escaping characters by default. This must be different behavior than micromustache.

This PR fixes it by adding another set of 'staches around pkgKeywords in package.json.mustache.

Flet commented 9 years ago

Looks like description also has the same problem... getting escaped characters.

ungoldman commented 9 years ago

Ack! Thanks for finding and taking care of these bugs, I've been a bit distracted.

Flet commented 9 years ago

No worries, we're all busy! Also I will take the blame for this since I suggested moving to full mustache :wink: