Skip to content

Commit 1dcaf37

Browse files
committed
fix lint
1 parent 037a746 commit 1dcaf37

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

packages/universal/universal/package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,6 @@
1818
"main": "dist/index.cjs",
1919
"types": "dist/index.d.ts"
2020
},
21-
"files": [
22-
"dist",
23-
"README.md",
24-
"CHANGELOG.md",
25-
"LICENSE.md"
26-
],
2721
"starbeam": {
2822
"type": "library:public"
2923
},
@@ -47,5 +41,11 @@
4741
"@starbeam/eslint-plugin": "workspace:^",
4842
"@starbeam-dev/build-support": "workspace:^",
4943
"rollup": "^3.29.2"
50-
}
44+
},
45+
"files": [
46+
"dist",
47+
"README.md",
48+
"CHANGELOG.md",
49+
"LICENSE.md"
50+
]
5151
}

0 commit comments

Comments
 (0)