diff --git a/.npmignore b/.npmignore new file mode 100644 index 0000000..2aefb9b --- /dev/null +++ b/.npmignore @@ -0,0 +1,11 @@ +tests/ +coverage/ +jest.config.js + +.git/ +.github/ +.gitignore + +node_modules/ + +.vscode/ diff --git a/README.md b/README.md index 3742029..861c3c2 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,6 @@ Your directory structure: ``` #### Output: - The generated Table of Contents: ```markdown diff --git a/package.json b/package.json index 133627a..39c4d0e 100644 --- a/package.json +++ b/package.json @@ -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": {