Skip to content

Commit

Permalink
Added examples directory to be ignored in bower.json. Updated Angular…
Browse files Browse the repository at this point in the history
…JS dependency to current version (1.2.11) instead of release candidate
  • Loading branch information
kurtfunai committed Feb 3, 2014
1 parent a5962c2 commit e44bf7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"version": "0.3.1",
"main": "angular-file-upload.js",
"homepage": "https://github.com/nervgh/angular-file-upload",
"ignore": [],
"ignore": ["examples"],
"dependencies": {
"angular": "~1.2.0rc.1",
"angular": "~1.2.11",
"es5-shim": "~2.1.0",
"jquery": "1.8.3"
},
Expand Down

0 comments on commit e44bf7a

Please sign in to comment.