Skip to content

Commit

Permalink
export types (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
Leo-Nicolle authored Dec 4, 2023
1 parent d1125ac commit a8f8921
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 39 deletions.
44 changes: 10 additions & 34 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
"exports": {
"import": "./dist/ogma-react.mjs",
"require": "./dist/ogma-react.js",
"default": "./dist/ogma-react.mjs"
"default": "./dist/ogma-react.mjs",
"types": "./dist/index.d.ts"
},
"files": [
"dist/*.d.ts",
Expand Down Expand Up @@ -48,8 +49,7 @@
"peerDependencies": {
"@linkurious/ogma": "^4.5.1",
"react": "^18.0.8",
"react-dom": "^18.0.8",
"typescript": "^4.8.4"
"react-dom": "^18.0.8"
},
"devDependencies": {
"@geist-ui/core": "^2.3.8",
Expand All @@ -75,7 +75,7 @@
"leaflet": "^1.8.0",
"prettier": "^3.0.0",
"tslib": "^2.5.0",
"typescript": "^4.8.4",
"typescript": "^5.3.2",
"vite": "latest",
"vitest": "latest"
},
Expand All @@ -92,4 +92,4 @@
"dependencies": {
"lodash.throttle": "^4.1.1"
}
}
}

0 comments on commit a8f8921

Please sign in to comment.