We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3dce034 commit 6760c54Copy full SHA for 6760c54
package.json
@@ -105,7 +105,7 @@
105
"prepublishOnly": "npm run build-browser",
106
"release": "git pull && git push origin master --tags && npm publish",
107
"release-5x": "git pull origin 5.x && git push origin 5.x && git push origin 5.x --tags && npm publish --tag 5x",
108
- "release-6x": "git pull origin 6.x && git push origin 6.x && git push origin 6.x --tags && npm publish --tag legacy",
+ "release-6x": "git pull origin 6.x && git push origin 6.x && git push origin 6.x --tags && npm publish --tag 6x",
109
"mongo": "node ./tools/repl.js",
110
"test": "mocha --exit ./test/*.test.js",
111
"test-deno": "deno run --allow-env --allow-read --allow-net --allow-run --allow-sys --allow-write ./test/deno.js",
0 commit comments