Skip to content

Commit

Permalink
Add npmignore
Browse files Browse the repository at this point in the history
  • Loading branch information
KrtNinja committed Nov 2, 2024
1 parent 45ddcb4 commit 9cc6ac8
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 1 deletion.
35 changes: 35 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
# Dependencies
node_modules

# Production
build
src
example

# Tests
coverage

# Services
.vscode

# Others
logs
*.log
.cache
temp
tmp

# Local env files
.env*.local

# IDEs and editors
.idea
.project
.classpath
*.launch
.settings

# System files
.DS_Store
Thumbs.db
*.pem
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "krt-text-highlighter",
"version": "1.0.1",
"version": "1.0.2",
"type": "module",
"description": "Simple text highlighter based on css.highlight",
"scripts": {
Expand Down

0 comments on commit 9cc6ac8

Please sign in to comment.