Skip to content

Commit a1588c1

Browse files
authored
Update main.js
1 parent 3c21389 commit a1588c1

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

main.js

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -8,23 +8,23 @@
88

99
let oldSetting = settings.get('autosave') /// needs menimum valur 1000 mili seconds
1010
var e = {
11-
"id": "liveserver",
12-
"name": "Live Server",
13-
"main": "main.js",
14-
"version": "1.1.3",
15-
"readme": "readme.md",
16-
"icon": "icon.png",
17-
"files": [],
18-
"minVersionCode": 290,
19-
"license": "",
20-
"changelogs": "changelogs.md",
21-
"repository":"https://github.com/hackesofice/Acode-live-server.git",
22-
"keywords": ["Live Server", "live", "HTML Viewer"],
23-
"price": 0,
24-
"author": {
25-
"name": "HACKESOFICE",
26-
"email": "hackesofice@gmail.com",
27-
"github": "hackesofice"
11+
"id":"liveserver",
12+
"name":"Live Server",
13+
"main":"main.js",
14+
"version":"1.1.3",
15+
"readme":"readme.md",
16+
"icon":"icon.png",
17+
"files":[],
18+
"minVersionCode":290,
19+
"license":"",
20+
"changelogs":"changelogs.md",
21+
"keywords":["Live Server","live","HTML Viewer"],
22+
"price":0,
23+
"repository":"https://github.com/hackesofice/Acode-live-server.git",
24+
"author":{
25+
"name":"HACKESOFICE",
26+
"email":"hackesofice@gmail.com",
27+
"github":"hackesofice"
2828
}
2929
}
3030
class LiveServer {

0 commit comments

Comments
 (0)