2 Commits

Author SHA1 Message Date
James Allen
f5ce83118c Bump version to 0.1.1 2014-09-29 16:05:44 +01:00
James Allen
ae52819056 Lock down sequelize version 2014-09-23 10:52:01 +01:00

View File

@@ -1,7 +1,7 @@
{
"name": "node-clsi",
"description": "A Node.js implementation of the CLSI LaTeX web-API",
"version": "0.1.0",
"version": "0.1.1",
"repository": {
"type": "git",
"url": "https://github.com/sharelatex/clsi-sharelatex.git"
@@ -16,7 +16,7 @@
"logger-sharelatex": "git+https://github.com/sharelatex/logger-sharelatex.git#v1.0.0",
"settings-sharelatex": "git+https://github.com/sharelatex/settings-sharelatex.git#v1.0.0",
"metrics-sharelatex": "git+https://github.com/sharelatex/metrics-sharelatex.git#v1.0.0",
"sequelize": "~2.0.0-beta.2",
"sequelize": "2.0.0-beta.2",
"wrench": "~1.5.4",
"smoke-test-sharelatex": "git+https://github.com/sharelatex/smoke-test-sharelatex.git#v1.0.0",
"sqlite3": "~2.2.0",