diff --git a/example/.gitignore b/example/.gitignore
deleted file mode 100644
index 587e4ec..0000000
--- a/example/.gitignore
+++ /dev/null
@@ -1,3 +0,0 @@
-node_modules
-.cache
-dist
\ No newline at end of file
diff --git a/example/index.html b/example/index.html
deleted file mode 100644
index 547e2e0..0000000
--- a/example/index.html
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-
- Playground
-
-
-
-
-
-
-
diff --git a/example/index.tsx b/example/index.tsx
deleted file mode 100644
index 73387c6..0000000
--- a/example/index.tsx
+++ /dev/null
@@ -1,14 +0,0 @@
-import 'react-app-polyfill/ie11';
-import * as React from 'react';
-import * as ReactDOM from 'react-dom';
-import { Thing } from '../.';
-
-const App = () => {
- return (
-
-
-
- );
-};
-
-ReactDOM.render(, document.getElementById('root'));
diff --git a/example/package.json b/example/package.json
deleted file mode 100644
index a50960f..0000000
--- a/example/package.json
+++ /dev/null
@@ -1,24 +0,0 @@
-{
- "name": "example",
- "version": "1.0.0",
- "main": "index.js",
- "license": "MIT",
- "scripts": {
- "start": "parcel index.html",
- "build": "parcel build index.html"
- },
- "dependencies": {
- "react-app-polyfill": "^1.0.0"
- },
- "alias": {
- "react": "../node_modules/react",
- "react-dom": "../node_modules/react-dom/profiling",
- "scheduler/tracing": "../node_modules/scheduler/tracing-profiling"
- },
- "devDependencies": {
- "@types/react": "^16.9.11",
- "@types/react-dom": "^16.8.4",
- "parcel": "^1.12.3",
- "typescript": "^3.4.5"
- }
-}
diff --git a/example/tsconfig.json b/example/tsconfig.json
deleted file mode 100644
index 1e2e4fd..0000000
--- a/example/tsconfig.json
+++ /dev/null
@@ -1,18 +0,0 @@
-{
- "compilerOptions": {
- "allowSyntheticDefaultImports": false,
- "target": "es5",
- "module": "commonjs",
- "jsx": "react",
- "moduleResolution": "node",
- "noImplicitAny": false,
- "noUnusedLocals": false,
- "noUnusedParameters": false,
- "removeComments": true,
- "strictNullChecks": true,
- "preserveConstEnums": true,
- "sourceMap": true,
- "lib": ["es2015", "es2016", "dom"],
- "types": ["node"]
- }
-}
diff --git a/package.json b/package.json
index d4d9495..e965701 100644
--- a/package.json
+++ b/package.json
@@ -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",
+ "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": [
{