|
27 | 27 | "prestart": "node scripts/prestart.js",
|
28 | 28 | "start": "node scripts/start.js",
|
29 | 29 | "//": "Run only the fast unit tests",
|
| 30 | + "pretest": "rm -rf .user-data && node scripts/templatize.js", |
30 | 31 | "test": "xvfb-maybe node scripts/test.js",
|
31 | 32 | "prepublish": "node scripts/prepublish.js",
|
32 | 33 | "postuninstall": "node scripts/postuninstall.js",
|
| 34 | + "precheck": "node scripts/templatize.js", |
33 | 35 | "check": "mongodb-js-precommit ./src/app/*.js ./src/app/**/**/*.js ./src/{app/**/*.js,main/**/*.js} ./{scripts,test}/*.js",
|
34 | 36 | "ci": "npm run test",
|
35 | 37 | "clean": "npm run postuninstall",
|
|
71 | 73 | "get-object-path": "azer/get-object-path",
|
72 | 74 | "highlight.js": "^8.9.1",
|
73 | 75 | "jade": "^1.11.0",
|
| 76 | + "@lukekarrys/jade-runtime": "^1.11.1", |
74 | 77 | "jquery": "^2.1.4",
|
75 | 78 | "keytar": "mongodb-js/node-keytar#node-pre-gyp",
|
76 | 79 | "less": "^2.6.1",
|
|
80 | 83 | "marky-mark": "^1.2.1",
|
81 | 84 | "moment": "^2.10.6",
|
82 | 85 | "mongodb-collection-model": "^0.1.1",
|
83 |
| - "mongodb-connection-model": "^4.0.0", |
| 86 | + "mongodb-connection-model": "^4.0.2", |
84 | 87 | "mongodb-data-service": "^0.0.11",
|
85 | 88 | "mongodb-database-model": "^0.1.2",
|
86 | 89 | "mongodb-extended-json": "^1.6.0",
|
87 |
| - "mongodb-instance-model": "^2.1.7", |
| 90 | + "mongodb-instance-model": "^3.0.0", |
88 | 91 | "mongodb-js-metrics": "^1.0.0",
|
89 | 92 | "mongodb-language-model": "^0.3.3",
|
90 | 93 | "mongodb-ns": "^1.0.3",
|
|
126 | 129 | "mongodb-runner": "^3.1.15",
|
127 | 130 | "semver": "^5.1.0",
|
128 | 131 | "spectron": "^0.34.1",
|
| 132 | + "templatizer": "^2.0.3", |
129 | 133 | "which": "^1.2.0",
|
130 | 134 | "xvfb-maybe": "^0.1.3"
|
131 | 135 | },
|
|
0 commit comments