Install web-ext.
This commit is contained in:
parent
c174af1e1b
commit
fd594eab49
|
@ -12,6 +12,7 @@
|
||||||
"app:dev": "cross-env BROWSER='firefox' webpack --config webpack/webpack.dev.js --watch",
|
"app:dev": "cross-env BROWSER='firefox' webpack --config webpack/webpack.dev.js --watch",
|
||||||
"style:dev": "postcss ./public/css/styles.css -o ./dist/css/main.css",
|
"style:dev": "postcss ./public/css/styles.css -o ./dist/css/main.css",
|
||||||
"style:dist": "NODE_ENV=production postcss ./public/css/styles.css -o ./dist/css/main.css",
|
"style:dist": "NODE_ENV=production postcss ./public/css/styles.css -o ./dist/css/main.css",
|
||||||
|
"start:browser": "web-ext run --source-dir ./dist/",
|
||||||
"test:unit": "jest"
|
"test:unit": "jest"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
|
@ -58,7 +59,7 @@
|
||||||
"ts-jest": "26.4.4",
|
"ts-jest": "26.4.4",
|
||||||
"ts-loader": "^9.1.1",
|
"ts-loader": "^9.1.1",
|
||||||
"typescript": "^4.2.4",
|
"typescript": "^4.2.4",
|
||||||
"web-ext": "^6.6.0",
|
"web-ext": "^6.7.0",
|
||||||
"web-ext-types": "3.2.1",
|
"web-ext-types": "3.2.1",
|
||||||
"webpack": "5.18.0",
|
"webpack": "5.18.0",
|
||||||
"webpack-cli": "4.4.0",
|
"webpack-cli": "4.4.0",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "Fedishare",
|
"name": "Fedishare",
|
||||||
"version": "0.9.1",
|
"version": "0.9.2",
|
||||||
"description": "Share the current tab on the fediverse",
|
"description": "Share the current tab on the fediverse",
|
||||||
"permissions": ["activeTab", "storage"],
|
"permissions": ["activeTab", "storage"],
|
||||||
"manifest_version": 2,
|
"manifest_version": 2,
|
||||||
|
|
Loading…
Reference in New Issue