From aa7ab83ddfb27cd37b8eb18b5ab5590eca1d056a Mon Sep 17 00:00:00 2001 From: James Allen Date: Tue, 19 Aug 2014 14:13:24 +0100 Subject: [PATCH] Lock down module versions --- services/spelling/package.json | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/services/spelling/package.json b/services/spelling/package.json index 5367510a75..f0007a52c7 100644 --- a/services/spelling/package.json +++ b/services/spelling/package.json @@ -2,14 +2,18 @@ "name": "spelling-sharelatex", "author": "ShareLaTeX ", "description": "A JSON API wrapper around aspell", - "version": "0.1.0" + "repository": { + "type": "git", + "url": "https://github.com/sharelatex/spelling-sharelatex.git" + }, + "version": "0.1.0", "dependencies": { "express": "3.1.0", "async": "0.1.22", "restify": "2.5.1", - "settings-sharelatex": "git+https://github.com/sharelatex/settings-sharelatex.git#master", - "logger-sharelatex": "git+https://github.com/sharelatex/logger-sharelatex.git#master", - "metrics-sharelatex": "git+https://github.com/sharelatex/metrics-sharelatex.git#master", + "settings-sharelatex": "git+https://github.com/sharelatex/settings-sharelatex.git#v1.0.0", + "logger-sharelatex": "git+https://github.com/sharelatex/logger-sharelatex.git#v1.0.0", + "metrics-sharelatex": "git+https://github.com/sharelatex/metrics-sharelatex.git#v1.0.0", "node-statsd": "0.0.3", "underscore": "1.4.4", "mongojs": "0.9.11",