From 5074a991fcdbd67751c31c5171d5487368f26154 Mon Sep 17 00:00:00 2001 From: sturcotte Date: Sun, 19 Mar 2017 04:31:45 -0400 Subject: [PATCH] Update package.json description to match README --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index d843f42..ce87b2a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "mysah", "version": "0.1.0", - "description": "ES6 Promise utility belt", + "description": "ES6 Promise library", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" @@ -9,7 +9,7 @@ "keywords": [ "ES6", "Promise", - "utility" + "library" ], "author": "Sami Turcotte", "license": "MIT",