Skip to content

Commit dba6e4d

Browse files
committedJan 17, 2024
chore: Drop unnecessary ESM specifier for dev
1 parent a95e318 commit dba6e4d

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
@@ -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)