Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 010f017

Browse filesBrowse files
committed
4.0.0
1 parent 772e8f4 commit 010f017
Copy full SHA for 010f017

File tree

2 files changed

+7
-7
lines changed
Filter options

2 files changed

+7
-7
lines changed

‎README.md

Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# 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)
22

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

77
## Install
88

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

1111
```sh
1212
$ npm install --save set-value
@@ -273,7 +273,7 @@ You might also be interested in these projects:
273273

274274
| **Commits** | **Contributor** |
275275
| --- | --- |
276-
| 79 | [jonschlinkert](https://github.com/jonschlinkert) |
276+
| 83 | [jonschlinkert](https://github.com/jonschlinkert) |
277277
| 4 | [doowb](https://github.com/doowb) |
278278
| 2 | [mbelsky](https://github.com/mbelsky) |
279279
| 1 | [dkebler](https://github.com/dkebler) |
@@ -298,4 +298,4 @@ Released under the [MIT License](LICENSE).
298298

299299
***
300300

301-
_This file was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme), v0.8.0, on April 27, 2021._
301+
_This file was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme), v0.8.0, on April 28, 2021._

‎package.json

Copy file name to clipboardExpand all lines: package.json
+3-3Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "set-value",
3-
"version": "3.0.2",
4-
"description": "Create nested values and any intermediaries using dot notation (`'a.b.c'`) paths.",
3+
"version": "4.0.0",
4+
"description": "Set nested properties on an object using dot notation.",
55
"license": "MIT",
66
"repository": "jonschlinkert/set-value",
77
"homepage": "https://github.com/jonschlinkert/set-value",
@@ -122,4 +122,4 @@
122122
"update"
123123
]
124124
}
125-
}
125+
}

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.