Skip to content

Commit

Permalink
chore: Drop unnecessary ESM specifier for dev
Browse files Browse the repository at this point in the history
  • Loading branch information
franky47 committed Jan 17, 2024
1 parent fbc4629 commit f8a8d50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nuqs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
}
},
"scripts": {
"dev": "tsup --format esm --watch --external=react",
"dev": "tsup --watch --external=react",
"build": "tsup --clean --external=react",
"test": "run-p test:*",
"test:types": "tsd",
Expand Down

0 comments on commit f8a8d50

Please sign in to comment.