Skip to content

Commit

Permalink
Merge pull request #28 from zulucoda/fix/npm-publish-clean
Browse files Browse the repository at this point in the history
fix: clean up npm publish to only include lib, README.md, LICENSE
  • Loading branch information
zulucoda committed Feb 13, 2021
2 parents c6d6451 + ff6bebc commit 3fb7ef4
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .npmignore
Expand Up @@ -7,4 +7,11 @@ scripts/
build/
example/
.idea
react-swift-slider-example.gif
react-swift-slider-example.gif
.babelrc
.prettierrc
.prettierignore
.travis.yml
jest-setup.js
rollup.config.js
CHANGELOG.md
4 changes: 4 additions & 0 deletions CHANGELOG.md
Expand Up @@ -31,6 +31,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0



## [7.0.1] - 2021-02-13
### Changed
- npm publish clean up unused files - [@zulucoda](https://github.com/zulucoda).

## [7.0.0] - 2021-02-07
### Changed
- add css override handles - [@zulucoda](https://github.com/zulucoda).
Expand Down

0 comments on commit 3fb7ef4

Please sign in to comment.