diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2017-09-27 11:39:30 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2017-09-27 11:39:30 -0400 |
| commit | e18708f10b04455be151a5a799f0109c34f20a25 (patch) | |
| tree | 9e4559ef0fff8b366474e7768308ddca1e32268a /www/lib/angular-touch/package.json | |
| parent | 97a1cb3ae199c7b5455dcba0001efd5b4c32040a (diff) | |
package updates to set up bower correctly #535
Diffstat (limited to 'www/lib/angular-touch/package.json')
| -rw-r--r-- | www/lib/angular-touch/package.json | 11 |
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"] + } + } + } } |
