Skip to content

Commit 8b73b17

Browse files
committed
fix(runtime): wrong files property in package.json
1 parent c1517aa commit 8b73b17

File tree

2 files changed

+5
-8
lines changed

2 files changed

+5
-8
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
__default__: prerelease
3+
---
4+
5+
There was a change made by mistake to the package.json of the runtime package, resulting in broken release. This is now reverted back to normal.

packages/runtime/package.json

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,6 @@
66
"main": "./dist/index.js",
77
"module": "./dist/index.js",
88
"types": "./dist/index.d.ts",
9-
"files": [
10-
"src",
11-
"lib",
12-
"!**/__tests__",
13-
"!**/__fixtures__",
14-
"!**/__mocks__",
15-
"!**/.*"
16-
],
179
"exports": {
1810
"./package.json": "./package.json",
1911
".": {

0 commit comments

Comments
 (0)