Skip to content

Commit f8a8d50

Browse files
committed
chore: Drop unnecessary ESM specifier for dev
1 parent fbc4629 commit f8a8d50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/nuqs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
}
4646
},
4747
"scripts": {
48-
"dev": "tsup --format esm --watch --external=react",
48+
"dev": "tsup --watch --external=react",
4949
"build": "tsup --clean --external=react",
5050
"test": "run-p test:*",
5151
"test:types": "tsd",

0 commit comments

Comments
 (0)