Skip to content

Commit

Permalink
fix: npm ignore (#121)
Browse files Browse the repository at this point in the history
Co-authored-by: Justin Schrader <[email protected]>
  • Loading branch information
icd2k3 and jschrader-nr authored May 26, 2021
1 parent 294e0fc commit 9d2e185
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
11 changes: 9 additions & 2 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,23 @@
.git/
.github/
.gitignore
.gitignore
.husky/
.npmignore
.nvmrc
/yarn-error.log
.yarn/
.yarnrc.yml
CONTRIBUTING.md
MIGRATIONS.md
babel.config.js
commitlint.config.js
coverage/
coverage/
hooks/
jest.config.js
jest.setup.js
rollup.config.js
scripts/
src/
tsconfig.json
yarn-error.log
yarn.lock
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-router-breadcrumbs-hoc",
"version": "3.3.2",
"version": "3.4.0",
"description": "small, flexible, higher order component for rendering breadcrumbs with react-router 4.x",
"repository": "icd2k3/react-router-breadcrumbs-hoc",
"main": "dist/cjs/index.js",
Expand Down

0 comments on commit 9d2e185

Please sign in to comment.