Skip to content

Commit

Permalink
Really compiled last changes on binary.js this time, small details on…
Browse files Browse the repository at this point in the history
… package.json file -> bumped to 0.0.8
  • Loading branch information
pierremtb committed May 3, 2018
1 parent fd73c6f commit e5dc98f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dist/binary.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ function readData(blob, fDef, startIndex) {
}
var uint32Rep = addEndian(fDef.littleEndian, temp);

if (fDef.dataType === 'sint32') {
if (fDef.type === 'sint32') {
return uint32Rep >> 0;
}

Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
},
"directories": {},
"engine": "node >= 0.10.x",
"homepage": "http://pierrejacquier.com/projects/easy-fit",
"homepage": "https://github.com/pierremtb/easy-fit",
"keywords": [
"fit",
"ant",
Expand All @@ -44,7 +44,7 @@
"maintainers": [
{
"email": "[email protected]",
"name": "pierremtb"
"name": "Pierre Jacquier"
}
],
"name": "easy-fit",
Expand All @@ -59,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.7"
"version": "0.0.8"
}

0 comments on commit e5dc98f

Please sign in to comment.