-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Aleem Isiaka <[email protected]>
- Loading branch information
Showing
6 changed files
with
10 additions
and
77 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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,6 +1,7 @@ | ||
{ | ||
"version": "0.1.0", | ||
"license": "MIT", | ||
"name": "react-here-map", | ||
"version": "3.1.0-0", | ||
"description": "React components for working with Here Maps API", | ||
"main": "dist/index.js", | ||
"typings": "dist/index.d.ts", | ||
"files": [ | ||
|
@@ -10,6 +11,13 @@ | |
"engines": { | ||
"node": ">=10" | ||
}, | ||
"author": "Aleem Isiaka<[email protected]>", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/limistah/react-here-map/issues" | ||
}, | ||
"homepage": "https://github.com/limistah/react-here-map#readme", | ||
|
||
"scripts": { | ||
"start": "tsdx watch", | ||
"build": "tsdx build", | ||
|
@@ -35,8 +43,6 @@ | |
"singleQuote": true, | ||
"trailingComma": "es5" | ||
}, | ||
"name": "react-here-map", | ||
"author": "Aleem Isiaka", | ||
"module": "dist/react-here-map.esm.js", | ||
"size-limit": [ | ||
{ | ||
|