Skip to content

Commit

Permalink
Accelerometer plugin updated
Browse files Browse the repository at this point in the history
  • Loading branch information
vakrilov committed Jan 30, 2016
1 parent 47fcd06 commit 775fbf9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/main-page.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion app/main-page.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import Physics = require("nativescript-physics-js");
import application = require('application');
import accService = require("native-script-accelerometer");
import accService = require("nativescript-accelerometer");
import { Page } from "ui";


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
}
},
"dependencies": {
"native-script-accelerometer": "^0.2.2",
"nativescript-accelerometer": "^0.2.3",
"nativescript-physics-js": "^1.0.5",
"tns-core-modules": "1.5.1"
},
Expand Down

0 comments on commit 775fbf9

Please sign in to comment.