Skip to content

Commit

Permalink
fix: ignore tgz
Browse files Browse the repository at this point in the history
  • Loading branch information
kettei-sproutty committed Aug 17, 2024
1 parent 5ba2f82 commit 1dd3098
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,8 @@ node_modules
coverage

# Misc
.DS_Store
.DS_Store

# Build
/package
*.tgz
Binary file removed node-styles-0.1.0.tgz
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "",
"license": "(MIT OR Apache-2.0)",
"keywords": [],
"files": ["src", "package.json", "LICENSE-MIT", "LICENSE-APACHE"],
"files": ["src", "package.json"],
"exports": {
".": {
"default": "./src/main.mjs",
Expand Down

0 comments on commit 1dd3098

Please sign in to comment.