Skip to content

Commit

Permalink
2.0.0-5
Browse files Browse the repository at this point in the history
  • Loading branch information
eemeli committed Apr 18, 2021
1 parent 782f002 commit 89f6101
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ For more information, see the project's documentation site: [**eemeli.org/yaml**
To install:

```sh
npm install yaml@next
npm install --save-exact yaml@next
```

**Note:** These docs are for `yaml@2`. For v1, see the [v1.10.0 tag](https://github.com/eemeli/yaml/tree/v1.10.0) for the source and [eemeli.org/yaml/v1](https://eemeli.org/yaml/v1/) for the documentation.
Expand Down
4 changes: 2 additions & 2 deletions docs/01_intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
> To install:
```sh
npm install yaml@next
npm install --save-exact yaml@next
# or
yarn add yaml@next
yarn add --exact yaml@next
```

> To use:
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "yaml",
"version": "2.0.0-4",
"version": "2.0.0-5",
"license": "ISC",
"author": "Eemeli Aro <eemeli@gmail.com>",
"repository": "github:eemeli/yaml",
Expand Down

0 comments on commit 89f6101

Please sign in to comment.