From 0f5e2d72f277cc2501e8e043188615ab42312c52 Mon Sep 17 00:00:00 2001 From: ysandler Date: Thu, 18 Jun 2020 21:06:30 -0500 Subject: [PATCH] update package description --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 930636f..892b783 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "dmein", "version": "0.1.0", "type": "module", - "description": "JavaScript Library to easily create dynamic mutations on data.", + "description": "Dmein is a modern JavaScript Library to create objects that easily mutate data through relationships, filtering, and tranforming the shape of data.", "main": "index.js", "directories": { "test": "tests"