Skip to content

Commit 08aa259

Browse files
committed
fix package.json types
1 parent adb524e commit 08aa259

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Change Log
22

3-
## [3.1.0](https://github.com/chrisrzhou/react-globe/compare/v3.0.2...v3.1.0) (2019-06-17)
3+
## [3.1.1](https://github.com/chrisrzhou/react-globe/compare/v3.0.2...v3.1.1) (2019-06-17)
44

55
### Bug Fixes and Enhancements
66

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "react-globe",
3-
"version": "3.1.0",
3+
"version": "3.1.1",
44
"description": "Create beautiful and interactive React + ThreeJS globe visualizations with ease.",
55
"main": "dist/index.js",
66
"module": "dist/index.module.js",
7-
"types": "src/index.d.ts",
7+
"types": "dist/index.d.ts",
88
"keywords": [
99
"react",
1010
"three",

0 commit comments

Comments
 (0)