Update description
This commit is contained in:
parent
cdf82562d6
commit
9db547253d
@ -1,5 +1,6 @@
|
||||
# updeep [![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Dependency Status][daviddm-image]][daviddm-url]
|
||||
> Easily update immutable objects (frozen or not) in a declarative way.
|
||||
> Easily update nested objects and arrays (frozen or not) in a declarative
|
||||
> and immutable way.
|
||||
|
||||
## About
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "updeep",
|
||||
"version": "0.1.3",
|
||||
"description": "Easily update immutable objects (frozen or not) in a declarative way.",
|
||||
"description": "Easily update nested objects and arrays (frozen or not) in a declarative and immutable way.",
|
||||
"homepage": "https://github.com/aaronjensen/updeep",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
Loading…
Reference in New Issue
Block a user