Skip to content

Commit

Permalink
Merge pull request #197 from cloudflare/cina/add-missing-licenses-to-…
Browse files Browse the repository at this point in the history
…test-packages

Add missing licenses to dummy test packages
  • Loading branch information
1000hz committed Oct 11, 2023
2 parents b00f94e + d43f9c8 commit 96c3774
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 6 deletions.
4 changes: 3 additions & 1 deletion test/base/package.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
{
"name": "wrangler-action-test"
"name": "wrangler-action-test",
"license": "MIT",
"private": true
}
4 changes: 3 additions & 1 deletion test/bun/package.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
{
"name": "wrangler-action-bun-test"
"name": "wrangler-action-bun-test",
"license": "MIT",
"private": true
}
4 changes: 3 additions & 1 deletion test/empty/package.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
{
"name": "wrangler-action-detect-package-manager-test"
"name": "wrangler-action-detect-package-manager-test",
"license": "MIT",
"private": true
}
4 changes: 3 additions & 1 deletion test/environment/package.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
{
"name": "wrangler-action-environment-test"
"name": "wrangler-action-environment-test",
"license": "MIT",
"private": true
}
4 changes: 3 additions & 1 deletion test/pnpm/package.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
{
"name": "wrangler-action-pnpm-test"
"name": "wrangler-action-pnpm-test",
"license": "MIT",
"private": true
}
4 changes: 3 additions & 1 deletion test/yarn/package.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
{
"name": "wrangler-action-yarn-test"
"name": "wrangler-action-yarn-test",
"license": "MIT",
"private": true
}

0 comments on commit 96c3774

Please sign in to comment.