Skip to content

Commit

Permalink
fix badges and ignore and scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
mscno committed Dec 20, 2024
1 parent 45f5e47 commit c006326
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
3 changes: 3 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
test/
src/
docs/
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

NOTE: This fork includes updates to use Turf 7.x and the latest GeoJSON package. It also includes updates to the TypeScript definitions.

[![Build Status](https://github.com/geoman-io/geojson-path-finder/actions/workflows/ci.yml/badge.svg)](https://github.com/geoman-io/geojson-path-finder/actions/workflows/ci.yml)
[![CI](https://github.com/geoman-io/geojson-path-finder/actions/workflows/ci.yml/badge.svg)](https://github.com/geoman-io/geojson-path-finder/actions/workflows/ci.yml)

Find shortest paths through a network of GeoJSON.

Expand Down
9 changes: 6 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
{
"name": "@geoman-io/geojson-path-finder",
"version": "1.0.0",
"version": "1.0.1",
"description": "Find shortest path through a network of GeoJSON",
"repository": "[email protected]:geoman-io/geojson-path-finder.git",
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/geoman-io/geojson-path-finder.git"
},
"homepage": "https://github.com/geoman-io/geojson-path-finder",
"module": "dist/esm/index.js",
"main": "dist/cjs/index.js",
Expand All @@ -14,7 +17,7 @@
"build": "npm run build:esm && npm run build:cjs",
"build:esm": "tsc -p tsconfig.json",
"build:cjs": "tsc -p tsconfig.cjs.json",
"DISABLE:prepare": "npm test && npm run build",
"prepare": "npm test && npm run build",
"pretest": "npm run build:esm",
"test": "vitest run"
},
Expand Down

0 comments on commit c006326

Please sign in to comment.