Skip to content

Commit

Permalink
some updates
Browse files Browse the repository at this point in the history
  • Loading branch information
ambrazasp committed Aug 23, 2023
1 parent 9858a0b commit 3391503
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "geojsonjs",
"version": "0.0.1",
"version": "0.0.2",
"description": "Build and validate GeoJSON",
"main": "src/index.js",
"scripts": {
Expand All @@ -9,15 +9,15 @@
"ci": "jest --watch",
"test": "jest --coverage",
"lint": "eslint --ext .js,.ts .",
"lint:sarif": "set SARIF_ESLINT_EMBED=true && npm run lint --format @microsoft/eslint-formatter-sarif --output-file eslint-results.sarif"
"lint:sarif": "set SARIF_ESLINT_EMBED=true && npm run lint -- --format @microsoft/eslint-formatter-sarif --output-file eslint-results.sarif"
},
"keywords": [
"geojson",
"geojson-node",
"geojson-typescript",
"geojson-javascript"
],
"author": "",
"author": "Pranciškus Ambrazas",
"devDependencies": {
"@microsoft/eslint-formatter-sarif": "^3.0.0",
"@types/jest": "^27.4.0",
Expand Down

0 comments on commit 3391503

Please sign in to comment.