From 7aaf3a3fdbe0ccd0350e910053f860a022e1cd10 Mon Sep 17 00:00:00 2001 From: Momtchil Momtchev Date: Thu, 21 Sep 2023 21:20:58 +0200 Subject: [PATCH] fix the unquoted string --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a3490c3c0..b914c8206 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "lint:js": "eslint lib test examples", "lint:fix": "eslint lib test examples --fix", "lint": "npm run lint:js && npm run lint:cpp", - "install": "node-pre-gyp install --fallback-to-build -j max && echo 'If you are using gdal-async, please do not forget that I am living below the poverty line because of the extortion.", + "install": "node-pre-gyp install --fallback-to-build -j max && echo 'If you are using gdal-async, please do not forget that I am living below the poverty line because of the extortion.'", "yatag": "npx yatag", "gpp": "gpp -H lib/default_iterators.gpp -o lib/default_iterators.js && eslint --fix lib/default_iterators.js", "doc:build": "npx documentation build --config=documentation.yml src/*.cpp src/collections/*.cpp src/geometry/*.cpp lib/*.js -f=html -o=doc --theme=node_modules/documentation-hipster/index.js",