Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit e29da0f

Browse files
committed
Include lib in distribution, and bump to 3.0.0-next.10
1 parent a7ede94 commit e29da0f

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@miniflare/root",
3-
"version": "3.0.0-next.9",
3+
"version": "3.0.0-next.10",
44
"private": true,
55
"description": "Fun, full-featured, fully-local simulator for Cloudflare Workers",
66
"keywords": [

packages/tre/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@miniflare/tre",
3-
"version": "3.0.0-next.9",
3+
"version": "3.0.0-next.10",
44
"description": "Fun, full-featured, fully-local simulator for Cloudflare Workers",
55
"keywords": [
66
"cloudflare",
@@ -23,7 +23,8 @@
2323
"main": "./dist/src/index.js",
2424
"types": "./dist/src/index.d.ts",
2525
"files": [
26-
"dist/src"
26+
"dist/src",
27+
"lib"
2728
],
2829
"dependencies": {
2930
"acorn": "^8.8.0",

0 commit comments

Comments
 (0)