Skip to content

Commit

Permalink
Add missing licenses to dummy test packages
Browse files Browse the repository at this point in the history
This is mostly to prevent yarn from throwing a warning during our test runs
  • Loading branch information
1000hz committed Oct 11, 2023
1 parent f40a9f5 commit 219a088
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 6 deletions.
3 changes: 2 additions & 1 deletion test/base/package.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"name": "wrangler-action-test"
"name": "wrangler-action-test",
"license": "MIT"
}
3 changes: 2 additions & 1 deletion test/bun/package.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"name": "wrangler-action-bun-test"
"name": "wrangler-action-bun-test",
"license": "MIT"
}
3 changes: 2 additions & 1 deletion test/empty/package.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"name": "wrangler-action-detect-package-manager-test"
"name": "wrangler-action-detect-package-manager-test",
"license": "MIT"
}
3 changes: 2 additions & 1 deletion test/environment/package.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"name": "wrangler-action-environment-test"
"name": "wrangler-action-environment-test",
"license": "MIT"
}
3 changes: 2 additions & 1 deletion test/pnpm/package.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"name": "wrangler-action-pnpm-test"
"name": "wrangler-action-pnpm-test",
"license": "MIT"
}
3 changes: 2 additions & 1 deletion test/yarn/package.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"name": "wrangler-action-yarn-test"
"name": "wrangler-action-yarn-test",
"license": "MIT"
}

0 comments on commit 219a088

Please sign in to comment.