Skip to content

Commit cdec16e

Browse files
authored
Merge pull request #410 from vain0x/patch-1
Create .npmignore
2 parents 1900475 + a969512 commit cdec16e

File tree

3 files changed

+18
-1
lines changed

3 files changed

+18
-1
lines changed

.npmignore

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
__tests__
2+
build
3+
demo
4+
docs
5+
*.log
6+
.editorconfig
7+
.eslintignore
8+
.eslintrc.json
9+
.prettierignore
10+
.prettierrc
11+
.travis.yml
12+
babel.config.js
13+
jest.config.js
14+
Makefile
15+
TODO.md
16+
webpack.config.js

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
## >= 9.0.0 (WIP)
22

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

56
## >= 8.1.1
67

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-paginate",
3-
"version": "8.1.1",
3+
"version": "8.1.2",
44
"description": "A ReactJS component that creates a pagination.",
55
"main": "./dist/react-paginate.js",
66
"repository": {

0 commit comments

Comments
 (0)