We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f92c388 commit 185c37cCopy full SHA for 185c37c
package.json
@@ -2,13 +2,13 @@
2
"name": "Code",
3
"description": "Code Editor is a simple web alternative to Sublime Text Editor with real-time collaboration.",
4
"version": "1.5.0",
5
- "main": "release.js",
+ "main": "index.js",
6
"repository": {
7
"type": "git",
8
"url": "https://github.com/totaljs/code"
9
},
10
"dependencies": {
11
- "total4": "beta",
+ "total4": "latest",
12
"pg": "latest"
13
14
"scripts": {
0 commit comments