Skip to content

Commit 1281ae9

Browse files
committed
Released v0.0.2
1 parent c2fb678 commit 1281ae9

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@
5050
"name": "easy-fit",
5151
"optionalDependencies": {},
5252
"private": false,
53-
"readme": "./README.md",
5453
"repository": {
5554
"type": "git",
5655
"url": "git+ssh://[email protected]/pierremtb/easy-fit.git"
@@ -60,5 +59,5 @@
6059
"example": "node_modules/gulp/bin/gulp.js; node examples/example.js examples/example.fit",
6160
"test": "node_modules/gulp/bin/gulp.js;"
6261
},
63-
"version": "0.0.1"
62+
"version": "0.0.2"
6463
}

src/easy-fit.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { getArrayBuffer, calculateCRC, readRecord } from './binary';
33
export default class EasyFit {
44
constructor(options = {}) {
55
this.options = {
6-
force: options.force || false,
6+
force: options.force || true,
77
speedUnit: options.speedUnit || 'm/s',
88
lengthUnit: options.lengthUnit || 'm',
99
temperatureUnit: options.temperatureUnit || 'celsius',

0 commit comments

Comments
 (0)