Skip to content

Commit

Permalink
docs: use node-cli
Browse files Browse the repository at this point in the history
  • Loading branch information
Christoffer Åström committed Mar 13, 2019
1 parent 03d3d25 commit 5599083
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion docs/installation.md
Expand Up @@ -24,5 +24,5 @@ npx aw -h
If you only need the node runner:

```sh
npm i -D @after-work.js/cli @after-work.js/node
npm i -D @after-work.js/node-cli
```
1 change: 0 additions & 1 deletion examples/protractor/aw.config.multi.js
Expand Up @@ -21,7 +21,6 @@ module.exports = function initConfig() {
},
],
specs: [path.resolve(__dirname, 'test/hello.spec.js')],
'filter.protractor.files': ['**/examples/protractor/**'],
artifactsPath: 'test/__artifacts__',
// Protractor mochaOpts
mochaOpts: {
Expand Down
1 change: 0 additions & 1 deletion examples/protractor/aw.config.rendering.js
Expand Up @@ -13,7 +13,6 @@ module.exports = function initConfig() {
},
},
specs: [path.resolve(__dirname, 'test/rendering/rendering.spec.js')],
'filter.protractor.files': ['**/examples/protractor/**'],
artifactsPath: 'test/__artifacts__',
// Protractor mochaOpts
mochaOpts: {
Expand Down

0 comments on commit 5599083

Please sign in to comment.