Skip to content

Commit

Permalink
fix: package should not include unnecessary files
Browse files Browse the repository at this point in the history
  • Loading branch information
abdes committed Nov 13, 2023
1 parent 966be9e commit 43faf11
Showing 1 changed file with 19 additions and 3 deletions.
22 changes: 19 additions & 3 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
#IDE
# Dev only files
node_modules
.idea
.vscode
.auto-changelog
.eslintrc.json
.prettierrc
AUTHORS
build.sh
CHANGELOG.md
Dockerfile
jest.config.js
README.md
tsconfig.json

# Examples
examples

# Typescript source files
lib

# Build dirs
build
Expand All @@ -9,6 +26,5 @@ coverage
# Logs
*.log

# Dependency directories
node_modules/


0 comments on commit 43faf11

Please sign in to comment.