Skip to content

Commit

Permalink
updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielJDufour committed Mar 19, 2020
1 parent 7fbea11 commit 55a13d7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "utm-utils",
"version": "0.0.0",
"description": "Super Light-Weight Utility Functions for Working with Universal Transverse Mercator",
"main": "src/index.js",
"main": "src/",
"scripts": {
"test": "node ./node_modules/.bin/mocha --reporter spec"
},
Expand Down
6 changes: 3 additions & 3 deletions src/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const isUTM = require('./src/isUTM.js');
const getHemisphere = require('./src/getHemisphere.js');
const getZone = require('./src/getZone.js');
const isUTM = require('./isUTM.js');
const getHemisphere = require('./getHemisphere.js');
const getZone = require('./getZone.js');

module.exports = { isUTM, getHemisphere, getZone };

0 comments on commit 55a13d7

Please sign in to comment.