Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli committed Oct 11, 2023
1 parent 037a746 commit 1dcaf37
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions packages/universal/universal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,6 @@
"main": "dist/index.cjs",
"types": "dist/index.d.ts"
},
"files": [
"dist",
"README.md",
"CHANGELOG.md",
"LICENSE.md"
],
"starbeam": {
"type": "library:public"
},
Expand All @@ -47,5 +41,11 @@
"@starbeam/eslint-plugin": "workspace:^",
"@starbeam-dev/build-support": "workspace:^",
"rollup": "^3.29.2"
}
},
"files": [
"dist",
"README.md",
"CHANGELOG.md",
"LICENSE.md"
]
}

0 comments on commit 1dcaf37

Please sign in to comment.