Skip to content
This repository was archived by the owner on Dec 15, 2018. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.idea
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ Follow either of the two links above to access the appropriate CLA and
instructions for how to sign and return it.

When preparing your code, make sure to update the AUTHORS and CONTRIBUTORS file
to reflect your contribtion.
to reflect your contribution.

Once we receive your CLA, we'll be able to review and accept your pull requests.
1 change: 1 addition & 0 deletions CONTRIBUTORS
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ Luke Mahé <lukem@google.com>
Chris Broadfoot <cbro@google.com>
Brendan Kenny <bckenny@google.com>
Vadim Sikora <vadim.sikora@gmail.com>
Jiří Špác <capajj@gmail.com>
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"scripts": {
"minify": "uglifyjs --compress --mangle -o src/infobubble.min.js -- src/infobubble.js"
}
}
37 changes: 0 additions & 37 deletions src/infobubble-compiled.js

This file was deleted.

Loading