Skip to content

Commit 5f49bd3

Browse files
committed
chore: Drop unnecessary ESM specifier for dev
1 parent 6f3d640 commit 5f49bd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: packages/nuqs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
}
4747
},
4848
"scripts": {
49-
"dev": "tsup --format esm --watch --external=react",
49+
"dev": "tsup --watch --external=react",
5050
"build": "tsup --clean --external=react",
5151
"postbuild": "size-limit --json > size.json",
5252
"test": "run-p test:*",

0 commit comments

Comments
 (0)