From 1281ae9bd480dc0bdc0df1fd67d43dc017632562 Mon Sep 17 00:00:00 2001 From: Pierre Jacquier Date: Tue, 17 May 2016 20:41:48 +0200 Subject: [PATCH] Released v0.0.2 --- package.json | 3 +-- src/easy-fit.js | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 38510f9..1675c4a 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,6 @@ "name": "easy-fit", "optionalDependencies": {}, "private": false, - "readme": "./README.md", "repository": { "type": "git", "url": "git+ssh://git@github.com/pierremtb/easy-fit.git" @@ -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" } diff --git a/src/easy-fit.js b/src/easy-fit.js index 2094780..0315d87 100644 --- a/src/easy-fit.js +++ b/src/easy-fit.js @@ -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',