Skip to content

Commit

Permalink
Wrong path settings in package.json causes the library to be empty
Browse files Browse the repository at this point in the history
  • Loading branch information
Antonio Russo committed Sep 27, 2020
1 parent 96c8976 commit e18a533
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -609,3 +609,9 @@ online
### Fixed

- CI bugfix

## [0.30.4] - 2020-09-27

### Fixed

- Wrong path settings in package.json causes the library to be empty
10 changes: 3 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
{
"name": "beautiful-react-hooks",
"version": "0.30.3",
"version": "0.30.4",
"description": "A collection of beautiful (and hopefully useful) React hooks to speed-up your components and hooks development",
"main": "dist/index.js",
"module": "dist/esm/index.js",
"files": [
"dist/**",
"index.d.ts"
],
"main": "index.js",
"module": "esm/index.js",
"typings": "index.d.ts",
"scripts": {
"lint": "eslint --ext .js src/",
Expand Down

0 comments on commit e18a533

Please sign in to comment.