mirror of
https://github.com/andrei0x309/Brave-Detection-Blocker-Chrome-Extension.git
synced 2024-11-22 08:03:49 +00:00
'brave-detection-blocker@v1.0.1'
This commit is contained in:
parent
c01c368dfc
commit
b04d86958a
@ -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",
|
||||||
|
Loading…
Reference in New Issue
Block a user