From 211f8de61d2c43855c729ba589f809f62be46f6e Mon Sep 17 00:00:00 2001 From: Russell Bicknell Date: Thu, 13 Sep 2018 18:12:03 -0700 Subject: [PATCH] Add `bower.json` so that webcomponents.org can read the repo. --- bower.json | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 bower.json diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..c441c68 --- /dev/null +++ b/bower.json @@ -0,0 +1,4 @@ +{ + "name": "iron-dropdown", + "license": "http://polymer.github.io/LICENSE.txt" +}