Skip to content

Commit 9d2e185

Browse files
icd2k3jschrader-nr
andauthored
fix: npm ignore (#121)
Co-authored-by: Justin Schrader <[email protected]>
1 parent 294e0fc commit 9d2e185

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

.npmignore

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,23 @@
22
.git/
33
.github/
44
.gitignore
5+
.gitignore
6+
.husky/
57
.npmignore
68
.nvmrc
7-
/yarn-error.log
9+
.yarn/
10+
.yarnrc.yml
11+
CONTRIBUTING.md
12+
MIGRATIONS.md
813
babel.config.js
914
commitlint.config.js
1015
coverage/
11-
coverage/
1216
hooks/
1317
jest.config.js
1418
jest.setup.js
1519
rollup.config.js
1620
scripts/
1721
src/
22+
tsconfig.json
23+
yarn-error.log
24+
yarn.lock

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-router-breadcrumbs-hoc",
3-
"version": "3.3.2",
3+
"version": "3.4.0",
44
"description": "small, flexible, higher order component for rendering breadcrumbs with react-router 4.x",
55
"repository": "icd2k3/react-router-breadcrumbs-hoc",
66
"main": "dist/cjs/index.js",

0 commit comments

Comments
 (0)