Skip to content

Commit

Permalink
Fixed package.json files
Browse files Browse the repository at this point in the history
  • Loading branch information
davenquinn committed Oct 22, 2024
1 parent d6b2edd commit 86df502
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 8 deletions.
1 change: 0 additions & 1 deletion packages/concept-app-helpers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,4 @@
"private": true,
"source": "src/index.ts",
"main": "src/index.ts"

}
8 changes: 2 additions & 6 deletions packages/map-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
"author": "Daven Quinn <[email protected]>",
"repository": {
"type": "git",
"url": ""
"url": "https://github.com/UW-Macrostrat/web-components.git",
"directory": "packages/map-components"
},
"license": "MIT",
"engines": {
Expand Down Expand Up @@ -106,10 +107,5 @@
"import": "./dist/esm",
"require": "./dist/cjs"
}
},
"repository": {
"type": "git",
"url": "https://github.com/UW-Macrostrat/web-components.git",
"directory": "packages/map-components"
}
}
2 changes: 1 addition & 1 deletion packages/map-interface/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"@macrostrat/hyper": "^2.2.1",
"@macrostrat/mapbox-react": "workspace:*",
"@macrostrat/mapbox-utils": "workspace:*",
"@macrostrat/ui-components": "workspace:^4.1.0",
"@macrostrat/ui-components": "workspace:^4.0.1",
"@mapbox/tilebelt": "^1.0.2",
"@turf/bbox": "^6.5.0",
"chroma-js": "^2.4.2",
Expand Down

0 comments on commit 86df502

Please sign in to comment.