Skip to content

Commit 49da356

Browse files
committed
It is jasmine-npm now, no longer jasmine-node
1 parent 8ffc544 commit 49da356

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# grunt-jasmine-node-coverage
22

3-
> Runs jasmine-node with Istanbul code coverage
3+
> Runs jasmine with Istanbul code coverage
44
55
[![Dependency Status](https://david-dm.org/jribble/grunt-jasmine-node-coverage.svg)](https://david-dm.org/jribble/grunt-jasmine-node-coverage)
66
[![devDependency Status](https://david-dm.org/jribble/grunt-jasmine-node-coverage/dev-status.svg)](https://david-dm.org/jribble/grunt-jasmine-node-coverage#info=devDependencies)
@@ -9,7 +9,7 @@
99
[![Analytics](https://ga-beacon.appspot.com/UA-2643697-15/grunt-jasmine-node-coverage/index?flat)](https://github.com/igrigorik/ga-beacon)
1010

1111
A [Grunt](http://gruntjs.com/) task to run your [Jasmine](http://jasmine.github.io/)
12-
feature suite using [jasmine-node][]
12+
feature suite using [jasmine-npm](https://github.com/jasmine/jasmine-npm)
1313
and [Istanbul](https://github.com/gotwarlost/istanbul) for code coverage reports.
1414

1515
## Getting Started
@@ -230,9 +230,9 @@ Please note that the junit reporter is no longer available. If you are using thi
230230

231231
## Release History
232232

233-
* `v1.0.0` (???)
234-
- **Breaking changes alert! Ensure you read the migration guide before updating from v0.5.0**
235-
- Migrated from jasmine-node to jasmine proper #35 #48
233+
* `v1.0.0` (2016-07-23)
234+
- **Breaking changes alert! Ensure you read the migration guide before updating from previous versions**
235+
- Migrated from `jasmine-node` to `jasmine-npm` #35 #48
236236
- Support `includeAllSources` istanbul coverage option #45 #50
237237
- Support thresholds for passing/failing build #25
238238
- Removed junit reporter

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "grunt-jasmine-node-coverage",
3-
"description": "Grunt task for running jasmine-node using istanbul for code coverage reports. Based off of grunt-jasmine-node by Omar Gonzalez (s9tpepper).",
4-
"version": "0.5.0",
3+
"description": "Grunt task for running jasmine using istanbul for code coverage reports. Based off of grunt-jasmine-node by Omar Gonzalez (s9tpepper).",
4+
"version": "1.0.0",
55
"homepage": "https://github.com/jribble/grunt-jasmine-node-coverage",
66
"author": {
77
"name": "Jarrod Ribble",

0 commit comments

Comments
 (0)