Skip to content
This repository has been archived by the owner on Mar 26, 2018. It is now read-only.

Commit

Permalink
Merge pull request #63 from wyze/bower_keywords
Browse files Browse the repository at this point in the history
keywords should be array of strings
  • Loading branch information
robdodson committed Aug 5, 2014
2 parents 8d7b8dd + cd24308 commit 6c361e1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion seed/templates/_bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
{
"name": "<%= _.slugify(elementName) %>",
"version": "0.0.0",
"keywords": "seed, polymer, web-components",
"keywords": [
"seed",
"polymer",
"web-components"
],
"main": "<%= _.slugify(elementName) %>.html",
"dependencies": {
"polymer": "Polymer/polymer#~0.3.4"
Expand Down

0 comments on commit 6c361e1

Please sign in to comment.