Skip to content

Commit

Permalink
Add jquery.turbolinks@2.1.0 /w git auto-update
Browse files Browse the repository at this point in the history
  • Loading branch information
sufuf3 authored and pvnr0082t committed Jul 12, 2017
1 parent c1ea949 commit 65c5b7e
Show file tree
Hide file tree
Showing 3 changed files with 64 additions and 2 deletions.
49 changes: 49 additions & 0 deletions ajax/libs/jquery.turbolinks/2.1.0/jquery.turbolinks.js

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

1 change: 1 addition & 0 deletions ajax/libs/jquery.turbolinks/2.1.0/jquery.turbolinks.min.js

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

16 changes: 14 additions & 2 deletions ajax/libs/jquery.turbolinks/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,23 @@
{
"name": "jquery.turbolinks",
"version": "2.0.2",
"version": "2.1.0",
"filename": "jquery.turbolinks.min.js",
"author": "Sasha Koss <kossnocorp@gmail.com>",
"description": "jQuery plugin for drop-in fix binded events problem caused by Turbolinks",
"license": "MIT",
"keywords": [
"jquery.turbolinks"
]
],
"autoupdate": {
"source": "git",
"target": "git://github.com/kossnocorp/jquery.turbolinks.git",
"fileMap": [
{
"basePath": "vendor/assets/javascripts",
"files": [
"**/*.+(js|map)"
]
}
]
}
}

0 comments on commit 65c5b7e

Please sign in to comment.