added missing packages required to run "karma" and "phantomjs" inside
"autotest-js"
This commit is contained in:
parent
820b161fc4
commit
e37455493b
1 changed files with 3 additions and 1 deletions
|
@ -14,7 +14,9 @@
|
|||
"karma": "*",
|
||||
"karma-jasmine": "*",
|
||||
"karma-junit-reporter": "*",
|
||||
"karma-coverage": "*"
|
||||
"karma-coverage": "*",
|
||||
"karma-phantomjs-launcher": "*",
|
||||
"phantomjs": "*"
|
||||
},
|
||||
"engine": "node >= 0.8"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue