Skip to content

Commit 6847ca0

Browse files
PowerKiKijohnjbarton
authored andcommitted
fix(docs): Remove mention of pre 1.0.0 version (#3010)
1 parent af8c6e4 commit 6847ca0

1 file changed

Lines changed: 5 additions & 13 deletions

File tree

docs/about/01-versioning.md

Lines changed: 5 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,12 @@
1-
Karma uses [Semantic Versioning]. There are some special rules at the moment,
2-
as we have not yet released a `1.0.0`.
1+
Karma uses [Semantic Versioning].
32

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

7-
It is recommended that you add the following entry to your `package.json`
8-
file, either manually
9-
```javascript
10-
{
11-
"devDependencies": {
12-
"karma": "^0.13.0"
13-
}
14-
}
5+
```bash
6+
$ yarn add --dev karma
157
```
168

17-
or by running
9+
or:
1810

1911
```bash
2012
$ npm --save-dev install karma

0 commit comments

Comments
 (0)