diff --git a/package.json b/package.json index 0158e2f..2627f97 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "lint": "prettier -c .", "lint:fix": "prettier -w .", "prepublishOnly": "npm run build && npm run build:types && npm test", - "release": "# `standard-version --dry-run --prerelease` is the command you're after", + "release": "# `standard-version --dry-run` is the command you're after", "test": "npm run build && node --test && ./test/exports_test.sh", "test:watch": "clear && node --enable-source-maps --test --watch test" },