mirror of
https://github.com/chenasraf/bro-bro-extension.git
synced 2026-05-17 17:58:02 +00:00
updates
This commit is contained in:
4
.vscode/tasks.json
vendored
4
.vscode/tasks.json
vendored
@@ -6,14 +6,14 @@
|
||||
{
|
||||
"label": "webpack",
|
||||
"type": "shell",
|
||||
"command": "webpack --watch",
|
||||
"command": "yarn start",
|
||||
"isBackground": true,
|
||||
"problemMatcher": []
|
||||
},
|
||||
{
|
||||
"label": "release",
|
||||
"type": "shell",
|
||||
"command": "NODE_ENV=production webpack && zip -9 -r release.zip dist/*",
|
||||
"command": "yarn release",
|
||||
"isBackground": true,
|
||||
"problemMatcher": []
|
||||
}
|
||||
|
||||
@@ -4,6 +4,10 @@
|
||||
"main": "index.js",
|
||||
"author": "Chen Asraf",
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
"start": "webpack --watch",
|
||||
"build": "NODE_ENV=production webpack && zip -9 -j release.zip dist/*"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.3.4",
|
||||
"@babel/preset-env": "^7.3.4",
|
||||
|
||||
@@ -9,5 +9,5 @@
|
||||
.__brolang_tag_p.__brolang_en::after,
|
||||
.__brolang_tag_div.__brolang_en p::before,
|
||||
.__brolang_tag_div.__brolang_en p::after {
|
||||
content: ' bro ';
|
||||
content: ' dude ';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user