Update package.json description to match README

This commit is contained in:
sturcotte 2017-03-19 04:31:45 -04:00
parent 06e2b11ecc
commit 5074a991fc

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