Update package.json description to match README

This commit is contained in:
Sami Turcotte
2017-03-19 04:31:45 -04:00
parent 38ca8fb2e2
commit 2f4bb6d413

View File

@@ -1,7 +1,7 @@
{ {
"name": "mysah", "name": "mysah",
"version": "0.1.0", "version": "0.1.0",
"description": "ES6 Promise utility belt", "description": "ES6 Promise library",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
"test": "echo \"Error: no test specified\" && exit 1" "test": "echo \"Error: no test specified\" && exit 1"
@@ -9,7 +9,7 @@
"keywords": [ "keywords": [
"ES6", "ES6",
"Promise", "Promise",
"utility" "library"
], ],
"author": "Sami Turcotte", "author": "Sami Turcotte",
"license": "MIT", "license": "MIT",