Skip to content

Commit

Permalink
chore: adds npmignore
Browse files Browse the repository at this point in the history
Several of the packages in this repo are not necessary for the package
to run when installed with npm. This ignores those files.
  • Loading branch information
losandes committed Oct 30, 2021
1 parent e3c4a8c commit d10bc1c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
.coveralls.yml
.eslintrc
.github/workflows/pr-check.yml
.nvmrc
.nyc_output
coverage
CONTRIBUTING.md
pre-push.js
test-plan.js
test.js
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@robotsandpencils/koa-errors",
"version": "0.1.0",
"version": "0.1.1",
"description": "Error handler middleware for koa",
"private": true,
"main": "index.js",
Expand Down

0 comments on commit d10bc1c

Please sign in to comment.