| Index: package.json |
| =================================================================== |
| --- a/package.json |
| +++ b/package.json |
| @@ -1,15 +1,14 @@ |
| { |
| "name": "adblockpluscore", |
| "repository": "https://hg.adblockplus.org/adblockpluscore", |
| "license": "GPL-3.0", |
| "dependencies": {}, |
| "devDependencies": { |
| - "node-qunit-phantomjs": "^1.5.0", |
| "nodeunit": "0.9.1", |
| - "qunitjs": "^2.1.0", |
| + "phantomjs2": "^2.2.0", |
|
Felix Dahlke
2017/01/30 14:37:58
Why not use phantomjs-prebuilt [1], which is what
Wladimir Palant
2017/02/24 09:18:55
This seems to be a misunderstanding - the package
Felix Dahlke
2017/02/24 10:43:39
How I see it, the story was like this:
1. The fol
Wladimir Palant
2017/02/24 10:56:19
Given that last PhantomJS release was in January 2
|
| "sandboxed-module": "2.0.3" |
| }, |
| "scripts": { |
| "test": "node test_runner.js" |
| } |
| } |