Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
MP281X committed May 5, 2024
1 parent 96e8ee5 commit ee0bfe6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"type": "module",
"version": "1.0.12",
"version": "1.0.13",
"name": "@mp281x/shared-config",
"scripts": { "dev": "tsup-node --watch" },
"files": ["dist/*", "tsconfig.json"],
Expand All @@ -15,19 +15,19 @@
"import": "./dist/eslint.js",
"require": "./dist/eslint.cjs"
},
"./tsconfig": "./tsconfig.json"
"./tsconfig": "./src/tsconfig.json"
},
"dependencies": {
"eslint": "^9.2.0",
"@fsouza/prettierd": "^0.25.3",
"prettier-plugin-astro": "^0.13.0",
"prettier-plugin-svelte": "^3.2.3",
"prettier-plugin-tailwindcss": "^0.5.14"
"prettier-plugin-tailwindcss": "^0.5.14",
"typescript-eslint": "^7.8.0"
},
"devDependencies": {
"prettier": "^3.2.5",
"@eslint/js": "^9.2.0",
"typescript-eslint": "^7.8.0",
"eslint-plugin-astro": "^1.1.2",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-unicorn": "^52.0.0",
Expand Down
3 changes: 1 addition & 2 deletions tsup.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,5 @@ export default defineConfig({
format: ['esm', 'cjs'],
dts: true,
shims: true,
clean: true,
treeshake: true
clean: true
})

0 comments on commit ee0bfe6

Please sign in to comment.