Skip to content

Commit

Permalink
Released v0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pierremtb committed May 17, 2016
1 parent c2fb678 commit 1281ae9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@
"name": "easy-fit",
"optionalDependencies": {},
"private": false,
"readme": "./README.md",
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/pierremtb/easy-fit.git"
Expand All @@ -60,5 +59,5 @@
"example": "node_modules/gulp/bin/gulp.js; node examples/example.js examples/example.fit",
"test": "node_modules/gulp/bin/gulp.js;"
},
"version": "0.0.1"
"version": "0.0.2"
}
2 changes: 1 addition & 1 deletion src/easy-fit.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { getArrayBuffer, calculateCRC, readRecord } from './binary';
export default class EasyFit {
constructor(options = {}) {
this.options = {
force: options.force || false,
force: options.force || true,
speedUnit: options.speedUnit || 'm/s',
lengthUnit: options.lengthUnit || 'm',
temperatureUnit: options.temperatureUnit || 'celsius',
Expand Down

0 comments on commit 1281ae9

Please sign in to comment.