Skip to content

Commit

Permalink
Adjust package json files array and .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
kirnberger1980 committed Aug 25, 2023
1 parent 4541154 commit b7504a1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ web_modules/
*.tsbuildinfo\

# dist
dist/*/**
dist/**/*
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
"bin": {
"ssoprogen": "dist/index.js"
},
"files": [
"dist/**/*"
],
"scripts": {
"build": "npx tsc"
},
Expand Down

0 comments on commit b7504a1

Please sign in to comment.