Skip to content

Commit

Permalink
fix npmignore
Browse files Browse the repository at this point in the history
  • Loading branch information
citron03 committed Jun 16, 2024
1 parent 1431fe5 commit c02d180
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -137,4 +137,6 @@ release-package.yml

# only dist
/src
!/dist/src
!/dist/src
index.ts
/test
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "colors-helper-tools",
"version": "1.6.7",
"version": "1.6.8",
"description": "help use color style ✨",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit c02d180

Please sign in to comment.