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