Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/franverona/loadgo
Browse files Browse the repository at this point in the history
  • Loading branch information
franverona committed Apr 16, 2018
2 parents 1051d0f + 071152f commit 942fb84
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,10 +117,10 @@ Tests are done using [Mocha](https://mochajs.org/).
**(17-Oct-2015)** **LoadGo** is now hosted on [cdnjs](https://cdnjs.com/libraries/LoadGo), so you can link it directly. Thanks so much to cdnjs team for their quickly response! ([issue#5927](https://github.com/cdnjs/cdnjs/issues/5927))
```
<!-- If you use jQuery -->
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/LoadGo/2.1/loadgo.min.js"></script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/LoadGo/2.2/loadgo.min.js"></script>
<!-- If you don't use jQuery -->
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/LoadGo/2.1/loadgo-nojquery.min.js"></script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/LoadGo/2.2/loadgo-nojquery.min.js"></script>
```
### Development environment

Expand Down
34 changes: 34 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"name": "loadgo",
"main": [
"loadgo.js"
],
"homepage": "http://franverona.com/loadgo/",
"author": [
"Fran Verona <[email protected]>"
],
"description": "LoadGo is a jQuery plugin for using your logo as a progress bar",
"keywords": [
"jquery",
"javascript",
"plugin",
"loadgo",
"progress",
"bar",
"image"
],
"license": "MIT",
"ignore": [
"**/.*",
"*.gif",
"jquery-3.2.1.min.js",
"node_modules",
"bower_components",
"tests",
"package.json",
"index.html"
],
"dependencies": {
"jquery": ">=1.11.3"
}
}

0 comments on commit 942fb84

Please sign in to comment.