Skip to content

Commit

Permalink
Merge pull request #35 from rowanwins/package-fixes
Browse files Browse the repository at this point in the history
Tidy up the package.json
  • Loading branch information
DanielJDufour authored Jun 9, 2022
2 parents fbcba5c + 42ac219 commit 4900d11
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 35 deletions.
62 changes: 31 additions & 31 deletions package-lock.json

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

10 changes: 6 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,11 @@
"name": "stac-layer",
"version": "0.10.1",
"description": "Visualize a STAC Item or Collection on a Leaflet Map",
"main": "dist/stac-layer.min.js",
"module": "dist/stac-layer.min.js",
"type": "module",
"main": "src/index.js",
"browser": "dist/stac-layer.min.js",
"module": "src/index.js",
"exports": "./src/index.js",
"directories": {
"test": "test"
},
Expand All @@ -27,7 +30,6 @@
"dist/stac-layer.min.js",
"dist/stac-layer.min.js.map"
],
"type": "module",
"scripts": {
"build": "webpack",
"dev": "concurrently \"npx snowpack build --polyfill-node --watch\" \"cd build && npx http-server\"",
Expand Down Expand Up @@ -80,7 +82,7 @@
"http-server": "^14.1.0",
"snowpack": "^3.7.1",
"webpack": "^5.42.0",
"webpack-cli": "^4.7.2"
"webpack-cli": "^4.9.2"
},
"browserslist": [
"> 1%",
Expand Down

0 comments on commit 4900d11

Please sign in to comment.