Просмотр исходного кода

added notifications and package for multi config files

Henry Oswald 10 лет назад
Родитель
Сommit
1e7cd0647e
2 измененных файлов с 5 добавлено и 0 удалено
  1. 4 0
      config/services.js
  2. 1 0
      package.json

+ 4 - 0
config/services.js

@@ -44,4 +44,8 @@ module.exports =
 	name: "contacts",
 	name: "contacts",
 	repo: "https://github.com/sharelatex/contacts-sharelatex.git",
 	repo: "https://github.com/sharelatex/contacts-sharelatex.git",
 	version: "master"
 	version: "master"
+}, {
+	name: "notifications",
+	repo: "https://github.com/sharelatex/notifications-sharelatex.git",
+	version: "master"
 }]
 }]

+ 1 - 0
package.json

@@ -7,6 +7,7 @@
     "east": "0.5.1",
     "east": "0.5.1",
     "east-mongo": "^0.1.2",
     "east-mongo": "^0.1.2",
     "grunt-shell": "^1.1.1",
     "grunt-shell": "^1.1.1",
+    "load-grunt-config": "^0.19.2",
     "lodash": "^3.0.0",
     "lodash": "^3.0.0",
     "mongojs": "^0.18.1",
     "mongojs": "^0.18.1",
     "rimraf": "~2.2.6",
     "rimraf": "~2.2.6",