diff --git a/README.md b/README.md index 5de2f30..53bd97a 100644 --- a/README.md +++ b/README.md @@ -27,8 +27,8 @@ import type { TuitioToken, TuitioAuthenticationResult, TuitioState } from "@flar ## Unit testing -Unit testing is done using [Jest](https://jestjs.io/). This is an awesome testing framework created by Facebook. -The files containing tests are identified by the extension `*.test.ts`. +Unit testing is done using [Jest](https://jestjs.io/). This is an awesome testing framework created by Facebook. +The files containing tests are identified by the extension `*.test.ts`. All tests in the package can be executed by running: `npm test`. ## Changelog diff --git a/package-lock.json b/package-lock.json index 8b913fc..4c3392f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@flare/tuitio-client", - "version": "1.0.0", + "version": "1.0.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@flare/tuitio-client", - "version": "1.0.0", + "version": "1.0.1", "license": "ISC", "dependencies": { "@flare/js-utils": "^1.0.3", diff --git a/package.json b/package.json index e1f1683..e9e1608 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@flare/tuitio-client", - "version": "1.0.0", + "version": "1.0.1", "description": "Tuitio client", "main": "./lib/index.js", "types": "./lib/index.d.ts",