Skip to content

Commit

Permalink
fix(package.json): fixing type definition exports
Browse files Browse the repository at this point in the history
  • Loading branch information
willmendesneto committed Oct 29, 2021
1 parent 5cb4e6c commit d6723d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
### Fixed

- Fixed link on `README.md` docs
- Fixed Types export in `package.json`

## [1.0.0][] - 2021-10-28

Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -29,7 +29,7 @@
},
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "dist/umd/index.d.ts",
"types": "dist/cjs/index.d.ts",
"sideEffects": false,
"browser": "dist/umd/react-sweet-wizard.js",
"jsnext:main": "dist/esm/index.js",
Expand Down

0 comments on commit d6723d8

Please sign in to comment.