Skip to content

Commit

Permalink
4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jonschlinkert committed Apr 28, 2021
1 parent 772e8f4 commit 010f017
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions README.md
@@ -1,12 +1,12 @@
# set-value [![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://paypal.me/jonathanschlinkert?locale.x=en_US) [![NPM version](https://img.shields.io/npm/v/set-value.svg?style=flat)](https://www.npmjs.com/package/set-value) [![NPM monthly downloads](https://img.shields.io/npm/dm/set-value.svg?style=flat)](https://npmjs.org/package/set-value) [![NPM total downloads](https://img.shields.io/npm/dt/set-value.svg?style=flat)](https://npmjs.org/package/set-value)

> Create nested values and any intermediaries using dot notation (`'a.b.c'`) paths.
> Set nested properties on an object using dot notation.
Please consider following this project's author, [Jon Schlinkert](https://github.com/jonschlinkert), and consider starring the project to show your :heart: and support.

## Install

Install with [npm](https://www.npmjs.com/) (requires [Node.js](https://nodejs.org/en/) >=10.0):
Install with [npm](https://www.npmjs.com/) (requires [Node.js](https://nodejs.org/en/) >=11.0):

```sh
$ npm install --save set-value
Expand Down Expand Up @@ -273,7 +273,7 @@ You might also be interested in these projects:

| **Commits** | **Contributor** |
| --- | --- |
| 79 | [jonschlinkert](https://github.com/jonschlinkert) |
| 83 | [jonschlinkert](https://github.com/jonschlinkert) |
| 4 | [doowb](https://github.com/doowb) |
| 2 | [mbelsky](https://github.com/mbelsky) |
| 1 | [dkebler](https://github.com/dkebler) |
Expand All @@ -298,4 +298,4 @@ Released under the [MIT License](LICENSE).

***

_This file was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme), v0.8.0, on April 27, 2021._
_This file was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme), v0.8.0, on April 28, 2021._
6 changes: 3 additions & 3 deletions package.json
@@ -1,7 +1,7 @@
{
"name": "set-value",
"version": "3.0.2",
"description": "Create nested values and any intermediaries using dot notation (`'a.b.c'`) paths.",
"version": "4.0.0",
"description": "Set nested properties on an object using dot notation.",
"license": "MIT",
"repository": "jonschlinkert/set-value",
"homepage": "https://github.com/jonschlinkert/set-value",
Expand Down Expand Up @@ -122,4 +122,4 @@
"update"
]
}
}
}

0 comments on commit 010f017

Please sign in to comment.