Skip to content

Commit

Permalink
fix the unquoted string
Browse files Browse the repository at this point in the history
  • Loading branch information
mmomtchev committed Sep 21, 2023
1 parent bfa7219 commit 7aaf3a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 7aaf3a3

Please sign in to comment.