Skip to content
This repository has been archived by the owner on Jan 12, 2022. It is now read-only.

fix keywords being escaped #29

Merged
merged 2 commits into from
Oct 21, 2015
Merged

fix keywords being escaped #29

merged 2 commits into from
Oct 21, 2015

Conversation

Flet
Copy link
Collaborator

@Flet Flet commented Oct 12, 2015

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
Copy link
Collaborator Author

Flet commented Oct 12, 2015

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

ungoldman added a commit that referenced this pull request Oct 21, 2015
fix keywords being escaped
@ungoldman ungoldman merged commit ac18e26 into master Oct 21, 2015
@ungoldman ungoldman deleted the keywords branch October 21, 2015 05:38
@ungoldman
Copy link
Owner

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

@Flet
Copy link
Collaborator Author

Flet commented Oct 21, 2015

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants