Skip to content

Commit

Permalink
Updated README and package description
Browse files Browse the repository at this point in the history
  • Loading branch information
sgravrock committed Jul 1, 2021
1 parent 57be10c commit e6f585d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Expand Up @@ -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.

Expand Down
3 changes: 2 additions & 1 deletion 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"
Expand Down

0 comments on commit e6f585d

Please sign in to comment.