Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
LironEr committed May 17, 2024
1 parent d1af258 commit fd3e19b
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 26 deletions.
6 changes: 0 additions & 6 deletions packages/bundlemon-markdown-output/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,6 @@
"assets": [
"README.md",
"LICENSE",
{
"input": "{projectRoot}",
"glob": "**/*.json",
"ignore": ["**/tsconfig*.json", "project.json", "node_modules/**"],
"output": "/"
},
{
"input": "{projectRoot}",
"glob": "**/*.d.ts",
Expand Down
8 changes: 1 addition & 7 deletions packages/bundlemon-utils/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,7 @@
"README.md",
"LICENSE",
{
"input": "packages/bundlemon-utils",
"glob": "**/*.json",
"ignore": ["**/tsconfig*.json", "project.json", "node_modules/**"],
"output": "/"
},
{
"input": "packages/bundlemon-utils",
"input": "{projectRoot}",
"glob": "**/*.d.ts",
"ignore": ["node_modules/**"],
"output": "/"
Expand Down
2 changes: 1 addition & 1 deletion packages/bundlemon/lib/cli/__tests__/assets/bad-format.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
module.exports = {;
module.exports = ;
12 changes: 0 additions & 12 deletions packages/bundlemon/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,23 +17,11 @@
"assets": [
"README.md",
"LICENSE",
{
"input": "{projectRoot}",
"glob": "**/*.json",
"ignore": ["**/tsconfig*.json", "project.json", "node_modules/**"],
"output": "/"
},
{
"input": "{projectRoot}",
"glob": "**/*.d.ts",
"ignore": ["node_modules/**"],
"output": "/"
},
{
"input": "{projectRoot}/bin",
"glob": "**/*",
"ignore": ["node_modules/**"],
"output": "/bin"
}
]
},
Expand Down

0 comments on commit fd3e19b

Please sign in to comment.