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