Skip to content

Commit

Permalink
#build-patch: build config
Browse files Browse the repository at this point in the history
  • Loading branch information
reskume committed Dec 5, 2024
1 parent 3bf956d commit c8f03d9
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
7 changes: 4 additions & 3 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
*
!src/
!typedefs/
**/*

!src/**
!typedefs/**
!cli.js
!index.js
!license.txt
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,11 @@
"lint": "eslint -c .eslintrc.js .",
"run-security-audit": "npm audit --omit=dev",
"format": "prettier --plugin-search-dir . --write .",
"update-packages": "ncu --target minor --upgrade --reject jsts && npm install && npm audit fix",
"bump-version": "bump -c 'version bump to ' -tp"
"update-packages": "ncu --target minor --upgrade --reject jsts && npm install && npm audit fix"
},
"dependencies": {
"@mapbox/geojson-rewind": "^0.5.2",
"@openaip/coordinate-parser": "^0.9.3",
"@openaip/coordinate-parser": "^0.9.4",
"@turf/turf": "^6.5.0",
"check-types": "^11.2.3",
"clean-deep": "^3.4.0",
Expand Down

0 comments on commit c8f03d9

Please sign in to comment.