| Index: package.json |
| diff --git a/package.json b/package.json |
| index 63e144b1babbd3e1819169d956af067e2159b858..21d2ae9895b8ba781404ced77f7f2308b6a82d9c 100644 |
| --- a/package.json |
| +++ b/package.json |
| @@ -5,10 +5,17 @@ |
| "dependencies": {}, |
| "devDependencies": { |
| "eslint": "^5.1.0", |
| - "eslint-config-eyeo": "^2.1.0" |
| + "eslint-config-eyeo": "^2.1.0", |
| + "geckodriver": "^1.9.0", |
| + "nodeunit": "0.9.1", |
| + "ncp": "2.0.0", |
| + "extract-zip": "1.6.5", |
|
hub
2018/08/21 13:23:21
we tend to keep the modules in alphabetical order.
tlucas
2018/08/22 07:01:30
Done.
|
| + "selenium-webdriver": "^3.6.0" |
|
hub
2018/08/21 13:23:21
it is missing "dmg" in that list. (it is need for
tlucas
2018/08/22 07:01:31
Done.
|
| }, |
| "scripts": { |
| - "lint": "eslint *.js lib/ qunit/ ext/", |
| + "lint": "eslint *.js lib/ qunit/ ext/ test/", |
| + "run_tests": "node test_runner.js", |
| + "test": "_run () { python build.py devenv -t $1; npm run run_tests ; } ; _run", |
| "posttest": "npm run lint" |
| } |
| } |