summaryrefslogtreecommitdiff
path: root/www/lib/angular-touch/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'www/lib/angular-touch/package.json')
-rw-r--r--www/lib/angular-touch/package.json11
1 files changed, 9 insertions, 2 deletions
diff --git a/www/lib/angular-touch/package.json b/www/lib/angular-touch/package.json
index dff40bf3..9e64e489 100644
--- a/www/lib/angular-touch/package.json
+++ b/www/lib/angular-touch/package.json
@@ -1,6 +1,6 @@
{
"name": "angular-touch",
- "version": "1.5.3",
+ "version": "1.5.8",
"description": "AngularJS module for touch events and helpers for touch-enabled devices",
"main": "index.js",
"scripts": {
@@ -22,5 +22,12 @@
"bugs": {
"url": "https://github.com/angular/angular.js/issues"
},
- "homepage": "http://angularjs.org"
+ "homepage": "http://angularjs.org",
+ "jspm": {
+ "shim": {
+ "angular-touch": {
+ "deps": ["angular"]
+ }
+ }
+ }
}