Skip to content

Commit

Permalink
Update ngTwitter to 0.1.4 with sSHA as bower dependency now.
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Reimler committed Aug 27, 2015
1 parent 9b7ae6f commit 34c2381
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ directory:

<script src="../ng-twitter-api/dist/ng-twitter-api.min.js"></script>

Twitter requires HMAC-SHA1 signatures in their Oauth implementation. Include the sha1.js component of jsSHA for this:
Twitter requires HMAC-SHA1 signatures in their Oauth implementation. This project install jsSHA with bower so you only have to include the file:

<script src="../sha1.js"></script>
<script src="../bower_components/jsSHA/src/sha1.js"></script>

* [jsSHA 1.6.0](https://github.com/Caligatio/jsSHA) Secure Hash Library

Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ng-twitter-api",
"version": "0.1.3",
"version": "0.1.4",
"authors": [
"Simon Reimler <http://www.devdactic.com>"
],
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ng-twitter-api",
"version": "0.1.3",
"version": "0.1.4",
"description": "AngularJS Twitter REST Api wrapper library",
"author": {
"name": "Simon Reimler",
Expand Down

0 comments on commit 34c2381

Please sign in to comment.