Skip to content

Commit 65e1766

Browse files
authored
Merge pull request #147 from wambugucoder/restyled/renovate/vitalets-google-translate-api-7.x
Restyle fix(deps): update dependency @vitalets/google-translate-api to v7
2 parents b777437 + a9b55d2 commit 65e1766

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

package.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,10 @@
77
"start": "node bot.js",
88
"bot": "nodemon bot.js",
99
"client": "npm start --prefix client",
10-
1110
"dev": "concurrently \"npm run bot\" \"npm run client\"",
12-
"build":"cd client && npm run build",
13-
14-
"install-client":"cd client && npm install",
15-
"heroku-postbuild": "npm run install-client && npm run build"
11+
"build": "cd client && npm run build",
12+
"install-client": "cd client && npm install",
13+
"heroku-postbuild": "npm run install-client && npm run build"
1614
},
1715
"author": "Jos",
1816
"license": "ISC",

0 commit comments

Comments
 (0)