Skip to content

Commit 185c37c

Browse files
committed
Updated package.json
1 parent f92c388 commit 185c37c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
"name": "Code",
33
"description": "Code Editor is a simple web alternative to Sublime Text Editor with real-time collaboration.",
44
"version": "1.5.0",
5-
"main": "release.js",
5+
"main": "index.js",
66
"repository": {
77
"type": "git",
88
"url": "https://github.com/totaljs/code"
99
},
1010
"dependencies": {
11-
"total4": "beta",
11+
"total4": "latest",
1212
"pg": "latest"
1313
},
1414
"scripts": {

0 commit comments

Comments
 (0)