-
- Downloads
Try to speed up build
... | ... | @@ -51,7 +51,6 @@ |
"eslint": "^3.14.0", | ||
"eslint-plugin-mocha": "^4.8.0", | ||
"fastclick": "^1.0.6", | ||
"gemini": "^4.14.3", | ||
"git-hooks": "^1.1.7", | ||
"gulp": "^3.9.1", | ||
"gulp-changed": "^1.3.2", | ||
... | ... | @@ -90,8 +89,6 @@ |
"moniker": "^0.1.2", | ||
"node-notifier": "^5.0.0", | ||
"postcss-pseudo-classes": "^0.1.0", | ||
"sauce-connect-launcher": "^1.2.0", | ||
"selenium-standalone": "^6.0.0", | ||
"stylelint": "^7.8.0", | ||
"stylelint-config-standard": "^16.0.0", | ||
"stylelint-order": "^0.2.2", | ||
... | ... | @@ -103,6 +100,11 @@ |
"whatwg-fetch": "^2.0.1", | ||
"yargs": "^6.6.0" | ||
}, | ||
"optionalDependencies": { | ||
"gemini": "^4.14.3", | ||
"sauce-connect-launcher": "^1.2.0", | ||
"selenium-standalone": "^6.0.0" | ||
}, | ||
"engines": { | ||
"node": ">= 4.5.0" | ||
}, | ||
... | ... |
Please register or sign in to comment