Modify keywords type in package.json

`keywords` should be an array.
- https://npmjs.org/doc/json.html#keywords
This commit is contained in:
Ryunosuke SATO
2013-06-08 23:19:55 +09:00
parent 982cb2d188
commit 68e647a17e
+4 -1
View File
@@ -4,7 +4,10 @@
"version": "1.0.12",
"homepage": "http://www.handlebarsjs.com/",
"keywords": [
"handlebars mustache template html"
"handlebars",
"mustache",
"template",
"html"
],
"repository": {
"type": "git",