Skip to content

Commit 31df0bc

Browse files
committed
Merge branch 'fix/v3-issues'
2 parents 973daeb + e777382 commit 31df0bc

File tree

12 files changed

+929
-436
lines changed

12 files changed

+929
-436
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# Automa
44
<p>
5-
<img alt="Automa latest version" src="https://img.shields.io/github/package-json/v/kholid060/automa" />
5+
<img alt="Automa latest version" src="https://img.shields.io/github/package-json/v/AutomaApp/automa" />
66
<a href="https://twitter.com/AutomaApp">
77
<img alt="Follow Us on Twitter" src="https://img.shields.io/twitter/follow/AutomaApp?style=social" />
88
</a>
@@ -50,25 +50,25 @@ export default function() {
5050

5151
```bash
5252
# Install dependencies
53-
yarn install
53+
pnpm install
5454

5555
# Compiles and hot-reloads for development for the chrome browser
56-
yarn dev
56+
pnpm dev
5757

5858
# Compiles and minifies for production for the chrome browser
59-
yarn build
59+
pnpm build
6060

6161
# Create a zip file from the build folder
62-
yarn build:zip
62+
pnpm build:zip
6363

6464
# Compiles and hot-reloads for development for the firefox browser
65-
yarn dev:firefox
65+
pnpm dev:firefox
6666

6767
# Compiles and minifies for production for the firefox browser
68-
yarn build:firefox
68+
pnpm build:firefox
6969

7070
# Lints and fixes files
71-
yarn lint
71+
pnpm lint
7272
```
7373

7474
### Install Locally

package.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "automa",
3-
"version": "1.29.8",
3+
"version": "1.29.9",
44
"description": "An extension for automating your browser by connecting blocks",
55
"repository": {
66
"type": "git",
7-
"url": "https://github.com/kholid060/automa.git"
7+
"url": "https://github.com/AutomaApp/automa.git"
88
},
99
"scripts": {
1010
"build": "node utils/build.js",
@@ -91,7 +91,7 @@
9191
"sizzle": "^2.3.8",
9292
"tippy.js": "^6.3.1",
9393
"v-remixicon": "^0.1.1",
94-
"vue": "^3.3.4",
94+
"vue": "3.4.38",
9595
"vue-i18n": "9",
9696
"vue-imask": "^6.4.2",
9797
"vue-router": "^4.2.4",
@@ -144,5 +144,8 @@
144144
"webpack": "5.76.0",
145145
"webpack-cli": "^5.0.1",
146146
"webpack-dev-server": "^4.11.1"
147+
},
148+
"volta": {
149+
"node": "20.11.1"
147150
}
148151
}

0 commit comments

Comments
 (0)