Skip to content
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.

Commit

Permalink
Fix bower config to install into polymer-gestures folder
Browse files Browse the repository at this point in the history
Remove cruft from PointerEvents copying
  • Loading branch information
dfreedm committed Jul 31, 2014
1 parent 148b5fa commit 1710d19
Showing 1 changed file with 2 additions and 19 deletions.
21 changes: 2 additions & 19 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,4 @@
{
"name": "PointerEvents",
"main": "pointerevents.js",
"homepage": "https://github.com/Polymer/PointerEvents",
"authors": [
"The Polymer Authors"
],
"description": "PointerEvents Polyfill: a unified event system for the web platform",
"keywords": [
"PointerEvents"
],
"license": "BSD",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
"name": "polymer-gestures",
"private": true
}

0 comments on commit 1710d19

Please sign in to comment.