Skip to content

Commit

Permalink
Bower support
Browse files Browse the repository at this point in the history
Adding ignore
  • Loading branch information
dorukeker committed Oct 21, 2014
1 parent 74bb0bd commit 013c236
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,20 @@
{
"name": "gyronorm",
"version": "1.0.2",
"version": "1.0.3",
"homepage": "https://github.com/dorukeker/gyronorm.git",
"authors": [
"Doruk Eker"
],
"description": "Accesses the gyroscope and accelerometer data from the web browser and combines them in one JS object.",
"main": "js/gyronorm.js",
"ignore":[
"README.md",
"LICENSE",
"demo/*"
],
"keywords": [
"devicemotion",
"deviceorientation"
],
"license": "MIT"
}
}
2 changes: 1 addition & 1 deletion js/gyronorm.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* @author Doruk Eker <[email protected]>
* @copyright 2014 Doruk Eker <http://dorukeker.com>
* @version 1.0.10
* @version 1.0.3
* @license MIT License | http://opensource.org/licenses/MIT
*/

Expand Down

0 comments on commit 013c236

Please sign in to comment.