Skip to content

Commit

Permalink
Updated the bower references for a whider jQuery range
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Schönefeldt committed Apr 8, 2016
1 parent d6311e8 commit 6701158
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ module.exports = function(grunt) {
var repository = {
name: "js-widget-hooks"
, description: "A standardized way to initialize and handle clientside widgets. Helps to keep them organized and only to load them if the code should realy be executed. It provides a strong linking of the actual html code with the executed javascript without much hassle."
, version: "1.0.4" // The current Version
, version: "1.0.5" // The current Version
, license : 'MIT'
, authors: [
"Andreas Schönefeldt <[email protected]>"
Expand Down
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
"tests"
],
"dependencies": {
"jquery": "~2.1.4"
"jquery": "2.1.4 - 2"
},
"version": "1.0.4",
"version": "1.0.5",
"repository": "https://github.com/Andreas-Schoenefeldt/js-widget-hooks.git"
}
2 changes: 1 addition & 1 deletion dist/widget-hooks.js

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "js-widget-hooks",
"description": "A standardized way to initialize and handle clientside widgets. Helps to keep them organized and only to load them if the code should realy be executed. It provides a strong linking of the actual html code with the executed javascript without much hassle.",
"version": "1.0.4",
"version": "1.0.5",
"repository": "https://github.com/Andreas-Schoenefeldt/js-widget-hooks.git",
"devDependencies": {
"grunt": "^0.4.5",
Expand Down
9 changes: 4 additions & 5 deletions src/jquery.js

Large diffs are not rendered by default.

0 comments on commit 6701158

Please sign in to comment.