Skip to content

Commit

Permalink
add repository field to package.json; version 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pearcetm committed May 29, 2024
1 parent d48e932 commit ff40931
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
3 changes: 2 additions & 1 deletion dist/bundled-licenses.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,11 @@ SOFTWARE.
---

Name: geotiff-tilesource
Version: 2.0.0
Version: 2.0.1
License: null
Private: false
Description: A plugin tilesource for OpenSeadragon that uses geotiff.js to provide serverless access to view compatible local or remote TIFF files
Repository: https://github.com/pearcetm/GeoTIFFTileSource
License Copyright:
===

Expand Down
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "geotiff-tilesource",
"version": "2.0.0",
"version": "2.0.1",
"description": "A plugin tilesource for OpenSeadragon that uses geotiff.js to provide serverless access to view compatible local or remote TIFF files",
"files": [
"dist"
Expand Down Expand Up @@ -29,5 +29,9 @@
},
"peerDependencies": {
"openseadragon": "^3.0.0 || ^4.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/pearcetm/GeoTIFFTileSource"
}
}

0 comments on commit ff40931

Please sign in to comment.