Update description

This commit is contained in:
Aaron Jensen 2015-08-01 10:52:15 -07:00
parent cdf82562d6
commit 9db547253d
2 changed files with 3 additions and 2 deletions

View File

@ -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

View File

@ -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",