From d86c1a48cdcb9bf60c810cae99ed23b9bea9b5fc Mon Sep 17 00:00:00 2001 From: Russell Bicknell Date: Thu, 13 Sep 2018 18:12:04 -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..1c83406 --- /dev/null +++ b/bower.json @@ -0,0 +1,4 @@ +{ + "name": "iron-menu-behavior", + "license": "http://polymer.github.io/LICENSE.txt" +}