-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update entrypoint and other package.json configs (#82)
* package.json config * fix demo-app build error
- Loading branch information
Showing
3 changed files
with
10 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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", | ||
|
@@ -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", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters