From 9d86f5720f8ed9efaa73dca1487e23837cbab319 Mon Sep 17 00:00:00 2001 From: William Petit Date: Wed, 30 Jun 2021 15:26:52 +0200 Subject: [PATCH] Fix land2geo require path --- bin/land2geo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/land2geo b/bin/land2geo index 197ab55..13f4fef 100755 --- a/bin/land2geo +++ b/bin/land2geo @@ -1,6 +1,6 @@ #!/usr/bin/env node -const landxml = require('../bundles/landxml.node.dev'); +const landxml = require('../bundles/landxml.node'); const fs = require('fs'); const argv = require('yargs')