File tree Expand file tree Collapse file tree 2 files changed +15
-3
lines changed Expand file tree Collapse file tree 2 files changed +15
-3
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,17 @@ The API has been successfully tested on the following environments.
34
34
- FireFox 24 (multi touch expected starting release 26)
35
35
36
36
## 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
38
48
39
49
##Usage
40
50
1 . Require the module ` dpointer/events `
Original file line number Diff line number Diff line change 2
2
"name" : " dpointer" ,
3
3
"version" : " 0.1.0-dev" ,
4
4
"ignore" : [
5
- " tests" ,
6
5
" .jshintrc" ,
7
- " .travis.yml"
6
+ " .gitattributes" ,
7
+ " .travis.yml" ,
8
+ " tests" ,
9
+ " CONTRIBUTING.md"
8
10
]
9
11
}
You can’t perform that action at this time.
0 commit comments