Skip to content

Commit

Permalink
Add npmignore to optimize the npm package
Browse files Browse the repository at this point in the history
  • Loading branch information
kmtusher97 committed Nov 22, 2024
1 parent fcd6bfb commit 1d7b7f4
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
11 changes: 11 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
tests/
coverage/
jest.config.js

.git/
.github/
.gitignore

node_modules/

.vscode/
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ Your directory structure:
```

#### Output:

The generated Table of Contents:

```markdown
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": "repo-toc",
"version": "1.0.2",
"version": "1.0.4",
"description": "https://github.com/kmtusher97/repo-toc",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 1d7b7f4

Please sign in to comment.