From e6f585d1542b9682da517bbf868a4745f79b594a Mon Sep 17 00:00:00 2001 From: Steve Gravrock Date: Wed, 30 Jun 2021 17:06:46 -0700 Subject: [PATCH] Updated README and package description --- README.md | 3 ++- package.json | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e64a2da..16a4e92 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,8 @@ # The Jasmine Module -The `jasmine` module is a package of helper code for developing Jasmine projects for Node.js. +The `jasmine` module is a command line interface and supporting code for running +[Jasmine](https://github.com/jasmine/jasmine) specs under Node. The core of jasmine lives at https://github.com/jasmine/jasmine and is `jasmine-core` in npm. diff --git a/package.json b/package.json index 4c5be97..7888db4 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,10 @@ { "name": "jasmine", - "description": "Command line jasmine", + "description": "CLI for Jasmine, a simple JavaScript testing framework for browsers and Node", "homepage": "http://jasmine.github.io/", "keywords": [ "test", + "testing", "jasmine", "tdd", "bdd"