Changed the description on the package.json

This commit is contained in:
David Diaz 2018-05-04 05:08:58 +00:00
parent 90761acaa4
commit 3212403962
1 changed files with 1 additions and 2 deletions

View File

@ -1,13 +1,12 @@
{
"name": "beau",
"version": "0.8.0",
"description": "A tool for testing JSON APIs",
"description": "Testing APIs made easy.",
"main": "./src/beau.js",
"author": "Sergio Diaz <seich@martianwabbit.com>",
"license": "MIT",
"scripts": {
"test": "jest",
"watch": "jest --watch",
"test:coverage": "jest --coverage"
},
"dependencies": {