Skip to content

Commit

Permalink
chore: wip
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbbreuer committed Oct 11, 2024
1 parent e206731 commit 70723cf
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
2 changes: 0 additions & 2 deletions storage/framework/core/eslint-plugin/build.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ const result = await Bun.build({
outdir: './dist',
format: 'esm',
target: 'node',
sourcemap: 'linked',
minify: true,
plugins: [
dts({
root: './src',
Expand Down
5 changes: 1 addition & 4 deletions storage/framework/core/eslint-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,20 +29,17 @@
],
"exports": {
".": {
"bun": "./src/index.ts",
"import": "./dist/index.js"
},
"./*": {
"bun": "./src/*",
"import": "./dist/*"
}
},
"module": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"README.md",
"dist",
"src"
"dist"
],
"scripts": {
"build": "bun build.ts",
Expand Down
2 changes: 1 addition & 1 deletion storage/framework/core/lint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"@eslint-community/eslint-plugin-eslint-comments": "^4.4.0",
"@eslint/markdown": "^6.2.0",
"@stacksjs/development": "workspace:*",
"@stacksjs/eslint-config": "^3.7.3-stacks-1.7",
"@stacksjs/eslint-config": "^3.7.3-stacks-1.8",
"@stacksjs/eslint-plugin": "workspace:*",
"@stylistic/eslint-plugin": "^2.9.0",
"@typescript-eslint/eslint-plugin": "^8.8.1",
Expand Down

0 comments on commit 70723cf

Please sign in to comment.