From 89f6101297cdeea41641488b49765c2e4ec451f2 Mon Sep 17 00:00:00 2001 From: Eemeli Aro Date: Sun, 18 Apr 2021 11:40:30 +0300 Subject: [PATCH] 2.0.0-5 --- README.md | 2 +- docs/01_intro.md | 4 ++-- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 370a0000..2bddc8f7 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/docs/01_intro.md b/docs/01_intro.md index 8da1b94c..4be37c3d 100644 --- a/docs/01_intro.md +++ b/docs/01_intro.md @@ -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: diff --git a/package-lock.json b/package-lock.json index 42a9701f..651e84c1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "yaml", - "version": "2.0.0-4", + "version": "2.0.0-5", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "2.0.0-4", + "version": "2.0.0-5", "license": "ISC", "devDependencies": { "@babel/core": "^7.12.10", diff --git a/package.json b/package.json index 063c775a..f28f419c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "yaml", - "version": "2.0.0-4", + "version": "2.0.0-5", "license": "ISC", "author": "Eemeli Aro ", "repository": "github:eemeli/yaml",