Skip to content

Commit

Permalink
Ignore test files on npm
Browse files Browse the repository at this point in the history
  • Loading branch information
the1812 committed Jul 1, 2023
1 parent 6ba47f1 commit 06f933a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
.vscode/
.github/
src/
test/
.gitattributes
.eslintignore
.eslintrc.*
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "flac-tagger",
"version": "1.0.3",
"version": "1.0.4",
"description": "Pure JavaScript FLAC Tag writer and reader.",
"main": "dist/esm/index.js",
"types": "dist/types/index.d.ts",
Expand Down

0 comments on commit 06f933a

Please sign in to comment.