Skip to content

Commit

Permalink
Update entrypoint and other package.json configs (#82)
Browse files Browse the repository at this point in the history
* package.json config

* fix demo-app build error
  • Loading branch information
halocline authored Oct 13, 2023
1 parent d646cdd commit 0554296
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion demo-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"dependencies": {
"grommet": "^2.32.2",
"grommet-icons": "^4.11.0",
"grommet-leaflet": "0.1.0",
"grommet-leaflet": "^0.2.0",
"grommet-theme-hpe": "^5.0.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down
11 changes: 7 additions & 4 deletions grommet-leaflet/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
{
"name": "grommet-leaflet",
"version": "0.2.0",
"description": "test package",
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
"description": "Map for Grommet and React using LeafletJS",
"main": "dist/index.esm.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "npm run clean && node ./tools/build.js --outDir dist",
Expand All @@ -13,7 +12,11 @@
"prepublishOnly": "npm run build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "[email protected]",
"authors": [
"Matt Glissmann",
"Taylor Seamans",
"Jessica Filben"
],
"license": "ISC",
"devDependencies": {
"@types/leaflet": "^1.9.6",
Expand Down
7 changes: 2 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"name": "grommet-leaflet",
"version": "0.1.0",
"name": "grommet-leaflet-repository",
"description": "Map for Grommet and React using LeafletJS",
"repository": "https://github.com/grommet/grommet-leaflet.git",
"authors": [
Expand Down Expand Up @@ -35,8 +34,6 @@
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.31.11",
"eslint-plugin-react-hooks": "^4.6.0",
"prettier": "^2.8.8",
"@vitejs/plugin-react": "^3.1.0",
"vite": "^4.1.4"
"prettier": "^2.8.8"
}
}

0 comments on commit 0554296

Please sign in to comment.