Skip to content
This repository has been archived by the owner on Feb 13, 2019. It is now read-only.

Commit

Permalink
refactoring with bower (#2)
Browse files Browse the repository at this point in the history
* refactoring with bower

* fix bower version
  • Loading branch information
kand committed Jun 7, 2016
1 parent a2f6162 commit ff4f936
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"name": "bulbs-public-embed-instagram",
"version": "2.0.0",
"main": [
"jquery.instagram-embed-processor.js"
],
"ignore": [
".gitignore"
],
"dependencies": {
"jquery": "~2.1.1"
}
}

0 comments on commit ff4f936

Please sign in to comment.