Skip to content

Commit 141abda

Browse files
committed
2.0.0
1 parent f31f4ba commit 141abda

File tree

3 files changed

+8
-10
lines changed

3 files changed

+8
-10
lines changed

.github/FUNDING.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# These are supported funding model platforms
22

3-
ko_fi: davidnguyen179
3+
custom: paypal.me/davidnguyen179

README.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,19 +20,19 @@ npm i
2020
**Chrome**
2121

2222
```bash
23-
npm run dev-chrome
23+
npm run app:chrome-dev
2424
```
2525

2626
**Edge**
2727

2828
```bash
29-
npm run dev-edge
29+
npm run app:edge-dev
3030
```
3131

3232
**Firefox**
3333

3434
```bash
35-
npm run dev-firefox
35+
npm run app:firefox-dev
3636
```
3737

3838
## Production
@@ -41,22 +41,20 @@ npm run dev-firefox
4141
npm i
4242
```
4343

44-
**Chrome**
45-
4644
```bash
47-
npm run chrome
45+
npm run app:chrome
4846
```
4947

5048
**Edge**
5149

5250
```bash
53-
npm run edge
51+
npm run app:edge
5452
```
5553

5654
**Firefox**
5755

5856
```bash
59-
npm run firefox
57+
npm run app:firefox
6058
```
6159

6260
## Load package to browsers

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "web-extension-boilerplate",
3-
"version": "1.0.0",
3+
"version": "2.0.0",
44
"description": "Web extension boilerplate",
55
"main": "background.js",
66
"scripts": {

0 commit comments

Comments
 (0)