Skip to content

Commit

Permalink
Merge pull request #410 from vain0x/patch-1
Browse files Browse the repository at this point in the history
Create .npmignore
  • Loading branch information
MonsieurV committed Feb 21, 2022
2 parents 1900475 + a969512 commit cdec16e
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 1 deletion.
16 changes: 16 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
__tests__
build
demo
docs
*.log
.editorconfig
.eslintignore
.eslintrc.json
.prettierignore
.prettierrc
.travis.yml
babel.config.js
jest.config.js
Makefile
TODO.md
webpack.config.js
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## >= 9.0.0 (WIP)

- Removed support for depecrated `extraAriaContext` (please use `ariaLabelBuilder` instead)
- Excluded unnecessary files from package (see: https://github.com/AdeleD/react-paginate/issues/410)

## >= 8.1.1

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-paginate",
"version": "8.1.1",
"version": "8.1.2",
"description": "A ReactJS component that creates a pagination.",
"main": "./dist/react-paginate.js",
"repository": {
Expand Down

0 comments on commit cdec16e

Please sign in to comment.