Skip to content

Commit 37ab057

Browse files
committed
Revert "ensure every package has a version"
This reverts commit e6b4b58.
1 parent cf037dc commit 37ab057

File tree

80 files changed

+2
-80
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

80 files changed

+2
-80
lines changed

fixtures/additional-modules/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"name": "additional-modules",
3-
"version": "0.0.1",
43
"private": true,
54
"scripts": {
65
"build": "wrangler deploy --dry-run --outdir=dist",

fixtures/ai-app/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"name": "ai-app",
3-
"version": "0.0.1",
43
"private": true,
54
"description": "",
65
"license": "ISC",

fixtures/asset-config/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"name": "workers-assets-config-test",
3-
"version": "0.0.1",
43
"private": true,
54
"scripts": {
65
"dev": "wrangler dev",

fixtures/d1-worker-app/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"name": "d1-worker-app",
3-
"version": "0.0.1",
43
"private": true,
54
"scripts": {
65
"check:type": "tsc",

fixtures/durable-objects-app/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"name": "do-worker-app",
3-
"version": "0.0.1",
43
"private": true,
54
"description": "",
65
"license": "ISC",

fixtures/entrypoints-rpc-tests/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"name": "entrypoints-rpc-tests",
3-
"version": "0.0.1",
43
"private": true,
54
"scripts": {
65
"test:ci": "vitest run",

fixtures/get-platform-proxy/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"name": "get-platform-proxy-fixture",
3-
"version": "0.0.1",
43
"private": true,
54
"description": "A test for the getPlatformProxy utility",
65
"scripts": {

fixtures/import-npm/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"name": "import-npm",
3-
"version": "0.0.1",
43
"private": true,
54
"description": "",
65
"author": "",

fixtures/import-wasm-example/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"name": "import-wasm-example",
3-
"version": "0.0.1",
43
"private": true,
54
"description": "",
65
"author": "",

fixtures/import-wasm-static/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"name": "import-wasm-static",
3-
"version": "0.0.1",
43
"private": true,
54
"sideEffects": false,
65
"exports": {

0 commit comments

Comments
 (0)