Skip to content

Commit

Permalink
CI bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
Antonio Russo committed Sep 27, 2020
1 parent 4ef5fba commit 96c8976
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -598,8 +598,14 @@ online

- `useLocalStoreage` types fix

## [0.30.1] - 2020-09-27
## [0.30.2] - 2020-09-27

### Added

- Better dist package

## [0.30.3] - 2020-09-27

### Fixed

- CI bugfix
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "beautiful-react-hooks",
"version": "0.30.2",
"version": "0.30.3",
"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",
Expand All @@ -12,7 +12,7 @@
"scripts": {
"lint": "eslint --ext .js src/",
"build": "npx del-cli dist && rollup -c",
"prepublishOnly": "cp package.json index.d.ts README.md LICENSE CHANGELOG.md CONTRIBUTING.md CODE_OF_CONDUCT.md ./dist",
"prepublishOnly": "cp package.json index.d.ts README.md LICENSE CHANGELOG.md CONTRIBUTING.md CODE_OF_CONDUCT.md ./dist && cd ./dist",
"build-doc": "npx del-cli dist-ghpages && styleguidist build --config docs/styleguidist/styleguidist.config.js",
"test": "nyc mocha --recursive --exit \"./test/**/*.spec.+(js|jsx)\"",
"test:watch": "npm run test -- --watch",
Expand Down

0 comments on commit 96c8976

Please sign in to comment.