Prechádzať zdrojové kódy

Update dependencies

James Allen 12 rokov pred
rodič
commit
ddb1bbc7f0
2 zmenil súbory, kde vykonal 4 pridanie a 7 odobranie
  1. 4 4
      server-ce/README.md
  2. 0 3
      server-ce/package.json

+ 4 - 4
server-ce/README.md

@@ -32,11 +32,11 @@ ShareLaTeX should now be running at http://localhost:3000.
 Dependencies
 Dependencies
 ------------
 ------------
 
 
-You need:
+ShareLaTeX should run on OS X and Linux. You need:
 
 
-* Node.js 0.10 or greater
-* The grunt command line tools (Run `npm install -g grunt-cli` to install them)
-* A local instance of Redis and Mongodb running on their standard ports.
+* [Node.js](http://nodejs.org/) 0.10 or greater
+* The [grunt](http://gruntjs.com/) command line tools (Run `npm install -g grunt-cli` to install them)
+* A local instance of [Redis](http://redis.io/) and [MongoDB](http://www.mongodb.org/) running on their standard ports.
 
 
 Config
 Config
 ------
 ------

+ 0 - 3
server-ce/package.json

@@ -2,9 +2,6 @@
   "name": "sharelatex",
   "name": "sharelatex",
   "description": "An online collaborative LaTeX editor",
   "description": "An online collaborative LaTeX editor",
   "dependencies": {
   "dependencies": {
-    "logger-sharelatex": "git+ssh://git@bitbucket.org:sharelatex/logger-sharelatex.git#bunyan",
-    "settings-sharelatex": "git+ssh://git@bitbucket.org:sharelatex/settings-sharelatex.git#master",
-    "coffee-script": "~1.7.1",
     "rimraf": "~2.2.6"
     "rimraf": "~2.2.6"
   },
   },
   "devDependencies": {
   "devDependencies": {