'brave-detection-blocker@v1.0.1'

This commit is contained in:
Andrei O 2022-03-27 14:47:27 +03:00
parent c01c368dfc
commit b04d86958a
No known key found for this signature in database
GPG Key ID: B961E5B68389457E
1 changed files with 3 additions and 4 deletions

View File

@ -1,14 +1,13 @@
{ {
"name": "brave-detection-blocker", "name": "brave-detection-blocker",
"version": "1.0.0", "version": "1.0.1",
"description": "Brave extension to block detection of brave browser.", "description": "Brave extension to block detection of brave browser.",
"main": "block-script.js", "main": "block-script.js",
"scripts": { "scripts": {
"test": "echo \"Error: no test specified\" && exit 1", "test": "echo \"Error: no test specified\" && exit 1",
"tag": "yarn config set version-tag-prefix brave-detection-blocker@v && yarn config set version-git-message 'brave-detection-blocker@v%s' && yarn version --patch && yarn postversion", "release": "yarn config set version-tag-prefix brave-detection-blocker@v && yarn config set version-git-message 'brave-detection-blocker@v%s' && yarn version --patch && yarn postversion",
"postversion": "git push && git push --tags", "postversion": "git push && git push --tags",
"realease": "yarn tag && node ./scripts/create-release.js", "pub": "yarn release && node ./scripts/create-release.js"
"tt": "node ./scripts/create-release.js"
}, },
"repository": { "repository": {
"type": "git", "type": "git",