From 76cc72a14e0e514c028cae50409f14fbd495b7fd Mon Sep 17 00:00:00 2001 From: "S. M. Catala" Date: Wed, 15 Feb 2017 11:03:33 +0100 Subject: [PATCH] 1.0.2 fix incorrect unit test link in README --- README.md | 4 ++-- package.json | 2 +- spec/example/index.html | 2 +- spec/web/index.html | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index e4abdf3..4b7cd18 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ const key = pbkdf2('secret passphrase') ``` the files of this example are available [in this repository](./spec/example). -view a [live version of this example in the browser console](https://cdn.rawgit.com/ZenyWay/pbkdf2-sha512/v1.0.0/spec/example/index.html) +view a [live version of this example in the browser console](https://cdn.rawgit.com/ZenyWay/pbkdf2-sha512/v1.0.2/spec/example/index.html) in the browser console, or by cloning this repository and running the following commands from a terminal: ```bash @@ -40,7 +40,7 @@ npm run example coded in `Typescript 2`, transpiled to `ES5`. for a detailed specification of the API, -[run the unit tests in your browser](https://cdn.rawgit.com/ZenyWay/pbkdf2-opgp-key/v1.0.0/spec/web/index.html). +[run the unit tests in your browser](https://cdn.rawgit.com/ZenyWay/pbkdf2-sha512/v1.0.2/spec/web/index.html). # CONTRIBUTING see the [contribution guidelines](./CONTRIBUTING.md) diff --git a/package.json b/package.json index febd837..b7e6a9f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pbkdf2sha512", - "version": "1.0.1", + "version": "1.0.2", "description": "node crypto's async pbkdf2 promisified and with sane defaults", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/spec/example/index.html b/spec/example/index.html index fb76025..171da1e 100644 --- a/spec/example/index.html +++ b/spec/example/index.html @@ -15,7 +15,7 @@

-
`pbkdf2-sha512` example
+
`pbkdf2sha512` example

please open the console
diff --git a/spec/web/index.html b/spec/web/index.html index ca8beeb..8c8e8c4 100644 --- a/spec/web/index.html +++ b/spec/web/index.html @@ -16,9 +16,9 @@

-
`pbkdf2-sha512` specs
+
`pbkdf2sha512` specs

-

this page runs the `pbkdf2-sha512` unit tests in your browser

+

this page runs the `pbkdf2sha512` unit tests in your browser