Skip to content

Commit c38c963

Browse files
committed
cleanups from cjo
1 parent 3b1d993 commit c38c963

File tree

2 files changed

+15
-3
lines changed

2 files changed

+15
-3
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,17 @@ The API has been successfully tested on the following environments.
3434
- FireFox 24 (multi touch expected starting release 26)
3535

3636
## Dependencies
37-
This project can be integrated into any AMD capable javascript application.
37+
This project can be integrated into any AMD capable javascript application.
38+
39+
## Installation
40+
41+
_Bower_ release installation:
42+
43+
$ bower install dpointer
44+
45+
_Manual_ master installation:
46+
47+
$ git clone git://github.com/ibm-js/dpointer.git
3848

3949
##Usage
4050
1. Require the module `dpointer/events`

bower.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,10 @@
22
"name": "dpointer",
33
"version": "0.1.0-dev",
44
"ignore": [
5-
"tests",
65
".jshintrc",
7-
".travis.yml"
6+
".gitattributes",
7+
".travis.yml",
8+
"tests",
9+
"CONTRIBUTING.md"
810
]
911
}

0 commit comments

Comments
 (0)