|
15 | 15 | "mocha": "mocha --opts src/js/__tests__/__helpers__/mocha.opts", |
16 | 16 | "coverage": "babel-node ./node_modules/istanbul/lib/cli cover node_modules/mocha/bin/_mocha -- --opts src/js/__tests__/__helpers__/mocha.opts", |
17 | 17 | "test": "npm run lint-js && npm run lint-sass && npm run coverage", |
18 | | - "start": "electron . --enable-logging" |
| 18 | + "start": "electron . –enable-logging" |
19 | 19 | }, |
20 | 20 | "repository": { |
21 | 21 | "type": "git", |
|
51 | 51 | "dependencies": { |
52 | 52 | "auto-launch": "=2.0.1", |
53 | 53 | "bootstrap": "=4.0.0-alpha.2", |
54 | | - "electron-gh-releases": "=2.0.2", |
55 | | - "electron-positioner": "=2.0.3", |
56 | 54 | "font-awesome": "=4.6.1", |
57 | 55 | "history": "=2.1.1", |
58 | 56 | "malarkey": "=1.3.3", |
59 | 57 | "octicons": "=3.5.0", |
60 | 58 | "react": "=15.0.2", |
61 | 59 | "react-addons-css-transition-group": "=15.0.2", |
| 60 | + "react-addons-pure-render-mixin": "=15.0.2", |
62 | 61 | "react-addons-test-utils": "=15.0.2", |
63 | 62 | "react-dom": "=15.0.2", |
64 | 63 | "react-emojione": "=1.1.1", |
|
84 | 83 | "babel-preset-stage-0": "=6.5.0", |
85 | 84 | "chai": "=3.5.0", |
86 | 85 | "css-loader": "=0.23.1", |
| 86 | + "electron-gh-releases": "=2.0.2", |
87 | 87 | "electron-packager": "=7.0.1", |
88 | | - "electron-prebuilt": "=0.37.8", |
89 | | - "enzyme": "=2.2.0", |
| 88 | + "electron-prebuilt": "=1.0.2", |
| 89 | + "electron-positioner": "=3.0.0", |
| 90 | + "enzyme": "=2.3.0", |
90 | 91 | "eslint": "=2.9.0", |
91 | | - "eslint-plugin-react": "=5.0.1", |
| 92 | + "eslint-plugin-react": "=5.1.1", |
92 | 93 | "file-loader": "=0.8.5", |
93 | 94 | "istanbul": "=1.0.0-alpha.2", |
94 | | - "jsdom": "=8.5.0", |
| 95 | + "jsdom": "=9.0.0", |
95 | 96 | "json-loader": "=0.5.4", |
96 | 97 | "mocha": "=2.4.5", |
97 | 98 | "nock": "=8.0.0", |
|
0 commit comments