Skip to content
This repository has been archived by the owner on May 3, 2021. It is now read-only.

Commit

Permalink
hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
jsanahuja committed Feb 6, 2020
1 parent 2061ee5 commit a29fee0
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion dist/InstagramFeed.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!--
* InstagramFeed
*
* @version 1.3.0
* @version 1.3.1
*
* @author Javier Sanahuja Liebana <[email protected]>
* @contributor csanahuja <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@jsanahuja/instagramfeed",
"description": "Instagram Feed without access token. Not using the Instagram API",
"homepage": "https://github.com/jsanahuja/InstagramFeed",
"version": "1.3.0",
"version": "1.3.1",
"keywords": ["instagram", "feed", "InstagramFeed", "without", "access", "token"],
"publishConfig": {
"registry": "https://npm.pkg.github.com/"
Expand Down
5 changes: 2 additions & 3 deletions src/InstagramFeed.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* InstagramFeed
*
* @version 1.3.0
* @version 1.3.1
*
* @author Javier Sanahuja Liebana <[email protected]>
* @contributor csanahuja <[email protected]>
Expand All @@ -17,7 +17,7 @@
} else {
root.InstagramFeed = factory();
}
}(this, function() {
}((this || window), function() {
var defaults = {
'host': "https://www.instagram.com/",
'username': '',
Expand Down Expand Up @@ -215,5 +215,4 @@
this.run();
}
};

}));
2 changes: 1 addition & 1 deletion test/index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!--
* InstagramFeed
*
* @version 1.3.0
* @version 1.3.1
*
* @author Javier Sanahuja Liebana <[email protected]>
* @contributor csanahuja <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion test/requirejs.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!--
* InstagramFeed
*
* @version 1.3.0
* @version 1.3.1
*
* @author Javier Sanahuja Liebana <[email protected]>
* @contributor csanahuja <[email protected]>
Expand Down

0 comments on commit a29fee0

Please sign in to comment.