diff --git a/package-lock.json b/package-lock.json index 704885e..c4cc35f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "array-to-object-keys", - "version": "1.3.6", + "version": "1.3.7", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index cd45739..2ce447f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "webpackConfigJaid": "universalLib", - "version": "1.3.6", + "version": "1.3.7", "author": "Jaid (https://github.com/Jaid)", "dependencies": { "@babel/runtime": "^7.8.4", diff --git a/readme.md b/readme.md index 0f8e297..37ca9cd 100644 --- a/readme.md +++ b/readme.md @@ -2,7 +2,7 @@ License Sponsor array-to-object-keys -Build status Commits since v1.3.6 Last commit Issues +Build status Commits since v1.3.7 Last commit Issues Latest version on npm Dependents Downloads **Converts an array to an object where the keys are the array entries and the values are customizable in a function.** @@ -16,20 +16,20 @@ array-to-object-keys on npm ```bash -npm install --save array-to-object-keys@^1.3.6 +npm install --save array-to-object-keys@^1.3.7 ``` array-to-object-keys on Yarn ```bash -yarn add array-to-object-keys@^1.3.6 +yarn add array-to-object-keys@^1.3.7 ``` @jaid/array-to-object-keys on GitHub Packages (if [configured properly](https://help.github.com/en/github/managing-packages-with-github-packages/configuring-npm-for-use-with-github-packages)) ```bash -npm install --save @jaid/array-to-object-keys@^1.3.6 +npm install --save @jaid/array-to-object-keys@^1.3.7 ```