Skip to content

Commit

Permalink
feat: add .prettierrc to npm ignored files
Browse files Browse the repository at this point in the history
  • Loading branch information
dfenerski committed Feb 12, 2024
1 parent 773790c commit f605e19
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 @@
test
.vscode
.editorconfig
.prettierrc
.gitignore
.package-lock.json
```
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ui5-task-no-debug-files",
"version": "0.0.2",
"version": "0.0.3",
"description": "Task for the UI5 tooling to omit debug & map files from the final build result.",
"scripts": {
"test": "tsx ./test/index.test.ts"
Expand Down

0 comments on commit f605e19

Please sign in to comment.