Skip to content

Commit

Permalink
Revert package.json changes
Browse files Browse the repository at this point in the history
  • Loading branch information
barvian committed May 4, 2024
1 parent 31ff7d3 commit 019f40a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
{
"name": "fluid-tailwind",
"version": "0.1.7",
"publishConfig": {
"access": "public"
},
"author": "Maxwell Barvian",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand All @@ -27,7 +24,7 @@
],
"scripts": {
"test": "bun test",
"build": "tsup src/index.ts --format cjs,esm --no-splitting --clean && tsc -p tsconfig.build.json --emitDeclarationOnly",
"build": "tsup src/index.ts --format esm,cjs --no-splitting --clean && tsc -p tsconfig.build.json --emitDeclarationOnly",
"dev": "pnpm run build --watch",
"prepublishOnly": "pnpm run build && pnpm run test"
},
Expand Down

0 comments on commit 019f40a

Please sign in to comment.