Commit 0d80eac2361c5f81cb2b8abf4302da10e83b81f3

Authored by Deepak
1 parent 8c4a3096b2
Exists in master

removed fixtures for now

Showing 2 changed files with 2 additions and 1 deletions   Show diff stats
imports/server/index.js
1 1 import './accounts/index';
2 2 import './collections';
3 3 import './browser-policy';
4   -import './fixtures';
  4 +// import './fixtures';
5 5 import './emails/index';
... ...
... ... @@ -67,6 +67,7 @@
67 67 "bootstrap": "^3.3.7",
68 68 "jquery": "^2.2.4",
69 69 "jquery-validation": "^1.15.1",
  70 + "moment": "^2.18.0",
70 71 "react": "^15.4.2",
71 72 "react-addons-css-transition-group": "^15.4.2",
72 73 "react-addons-pure-render-mixin": "^15.3.2",
... ...