Skip to content

Commit

Permalink
setup package.json
Browse files Browse the repository at this point in the history
Signed-off-by: Aleem Isiaka <[email protected]>
  • Loading branch information
limistah committed Dec 29, 2023
1 parent 106e6d4 commit 2bf34d0
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 77 deletions.
3 changes: 0 additions & 3 deletions example/.gitignore

This file was deleted.

14 changes: 0 additions & 14 deletions example/index.html

This file was deleted.

14 changes: 0 additions & 14 deletions example/index.tsx

This file was deleted.

24 changes: 0 additions & 24 deletions example/package.json

This file was deleted.

18 changes: 0 additions & 18 deletions example/tsconfig.json

This file was deleted.

14 changes: 10 additions & 4 deletions package.json
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": [
Expand All @@ -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",
Expand All @@ -35,8 +43,6 @@
"singleQuote": true,
"trailingComma": "es5"
},
"name": "react-here-map",
"author": "Aleem Isiaka",
"module": "dist/react-here-map.esm.js",
"size-limit": [
{
Expand Down

0 comments on commit 2bf34d0

Please sign in to comment.