Skip to content

Commit

Permalink
Merge pull request #2288 from camargo/patch-1
Browse files Browse the repository at this point in the history
docs: include jasmine-core in installation instructions
  • Loading branch information
dignifiedquire committed Jul 29, 2016
2 parents ca4e2c7 + e6bf7ed commit fa29af2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/intro/01-installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ the project's directory.
$ npm install karma --save-dev

# Install plugins that your project needs:
$ npm install karma-jasmine karma-chrome-launcher --save-dev
$ npm install karma-jasmine karma-chrome-launcher jasmine-core --save-dev

```

This will install `karma`, `karma-jasmine` and `karma-chrome-launcher` packages into `node_modules` in your current
This will install `karma`, `karma-jasmine`, `karma-chrome-launcher` and `jasmine-core` packages into `node_modules` in your current
working directory and also save these as `devDependencies` in `package.json`, so that any
other developer working on the project will only have to do `npm install` in order to get all these
dependencies installed.
Expand Down

0 comments on commit fa29af2

Please sign in to comment.