Skip to content

Commit

Permalink
1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-van committed Aug 14, 2020
1 parent b53f725 commit 782f06e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
{
"name": "egm96-universal",
"version": "1.0.0",
"version": "1.0.1",
"description": "A library to convert between EGM96-relative altitudes and WGS84 ellipsoid-relative altitudes",
"main": "dist/egm96-universal.cjs.js",
"module": "dist/egm96-universal.esm.js",
"files": [
"dist"
],
"scripts": {
"prebuild": "npm run convert-data",
"convert-data": "node ./convertDataFile.js",
Expand Down

0 comments on commit 782f06e

Please sign in to comment.