Skip to content

Commit

Permalink
And again
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrl committed Mar 27, 2020
1 parent 7b2571c commit bf84e79
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ Release template text:
npm install --save terrain50
```


## v1.3
- Fix even moar `import`s pointing to the wrong places


## v1.2
- Fix more `import`s pointing to the wrong places
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "terrain50",
"version": "1.2.0",
"version": "1.3.0",
"description": "Library for parsing Ordnance Survey Digital Elevation Model files",
"main": "src/index.mjs",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/Terrain50.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import nnng from 'nnng';

import l from './helpers/Log.mjs';
import { write_safe } from './StreamHelpers.mjs';
import { write_safe } from './helpers/StreamHelpers.mjs';

import Terrain50ValidationMessage from './Terrain50ValidationMessage.mjs';

Expand Down

0 comments on commit bf84e79

Please sign in to comment.