Skip to content

Commit 013c236

Browse files
committed
Bower support
Adding ignore
1 parent 74bb0bd commit 013c236

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

bower.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,20 @@
11
{
22
"name": "gyronorm",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"homepage": "https://github.com/dorukeker/gyronorm.git",
55
"authors": [
66
"Doruk Eker"
77
],
88
"description": "Accesses the gyroscope and accelerometer data from the web browser and combines them in one JS object.",
99
"main": "js/gyronorm.js",
10+
"ignore":[
11+
"README.md",
12+
"LICENSE",
13+
"demo/*"
14+
],
1015
"keywords": [
1116
"devicemotion",
1217
"deviceorientation"
1318
],
1419
"license": "MIT"
15-
}
20+
}

js/gyronorm.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* @author Doruk Eker <dorukeker@gmail.com>
55
* @copyright 2014 Doruk Eker <http://dorukeker.com>
6-
* @version 1.0.10
6+
* @version 1.0.3
77
* @license MIT License | http://opensource.org/licenses/MIT
88
*/
99

0 commit comments

Comments
 (0)