From 3212403962174ac54c23a573c562b2a2aea26c70 Mon Sep 17 00:00:00 2001 From: David Diaz Date: Fri, 4 May 2018 05:08:58 +0000 Subject: [PATCH] Changed the description on the package.json --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index 32732eb..7c27e8b 100644 --- a/package.json +++ b/package.json @@ -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 ", "license": "MIT", "scripts": { "test": "jest", - "watch": "jest --watch", "test:coverage": "jest --coverage" }, "dependencies": {