Skip to content

Commit

Permalink
fix(docs): Remove mention of pre 1.0.0 version (#3010)
Browse files Browse the repository at this point in the history
  • Loading branch information
PowerKiKi authored and johnjbarton committed May 21, 2018
1 parent af8c6e4 commit 6847ca0
Showing 1 changed file with 5 additions and 13 deletions.
18 changes: 5 additions & 13 deletions docs/about/01-versioning.md
@@ -1,20 +1,12 @@
Karma uses [Semantic Versioning]. There are some special rules at the moment,
as we have not yet released a `1.0.0`.
Karma uses [Semantic Versioning].

* Minor versions could introduce breaking changes.
* Patch versions are expected to be compatible at all times.
It is recommended that you add Karma by running:

It is recommended that you add the following entry to your `package.json`
file, either manually
```javascript
{
"devDependencies": {
"karma": "^0.13.0"
}
}
```bash
$ yarn add --dev karma
```

or by running
or:

```bash
$ npm --save-dev install karma
Expand Down

0 comments on commit 6847ca0

Please sign in to comment.