Skip to content

Commit

Permalink
🐛 adding types to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Antonio Russo committed Jan 10, 2020
1 parent 5440195 commit 344adec
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -270,3 +270,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- useViewportSpy hook & tests
- Improved documentation

## [0.17.1] - 2020-01-10

### Fixed

- types reference into package.json
Binary file removed docs/styleguidist/brh-logo.png
Binary file not shown.
1 change: 0 additions & 1 deletion docs/styleguidist/styleguidist.theme.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
module.exports = {
theme: {
sidebarWidth: 200,
fontFamily: {
base: '"Ubuntu", "sans-serif", light',
},
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "beautiful-react-hooks",
"version": "0.17.0",
"version": "0.17.1",
"description": "A collection of beautiful (and hopefully useful) React hooks to speed-up your components and hooks development",
"main": "dist/index.js",
"scripts": {
Expand All @@ -16,6 +16,7 @@
"dist/**",
"index.d.ts"
],
"types": "index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/beautifulinteractions/beautiful-react-hooks.git"
Expand Down

0 comments on commit 344adec

Please sign in to comment.