Skip to content

Commit d75e0b2

Browse files
committed
readme: add note about name change
1 parent 0662bc3 commit d75e0b2

1 file changed

Lines changed: 12 additions & 3 deletions

File tree

readme.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
## QUnit testing framework for Node.js
22

3-
[![Build Status](https://travis-ci.org/qunitjs/node-qunit.svg?branch=master)](https://travis-ci.org/qunitjs/node-qunit) [![npm](https://img.shields.io/npm/v/qunit.svg?style=flat)](https://www.npmjs.com/package/qunit)
3+
[![Build Status](https://travis-ci.org/qunitjs/node-qunit.svg?branch=master)](https://travis-ci.org/qunitjs/node-qunit) [![npm](https://img.shields.io/npm/v/node-qunit.svg?style=flat)](https://www.npmjs.com/package/node-qunit)
44

55
https://qunitjs.com
66

7-
https://github.com/jquery/qunit
7+
https://github.com/qunitjs/qunit
88

99
### Features
1010

@@ -22,9 +22,18 @@ https://github.com/jquery/qunit
2222
### Installation
2323

2424
```bash
25-
$ npm i qunit
25+
$ npm i node-qunit
2626
```
2727

28+
#### Package Name Up to 1.0.0
29+
30+
Up until version 1.0.0, this package was published under the name `qunit`. That
31+
name is now used by the official QUnit package and CLI, and this package will be
32+
published as `node-qunit` from version 1.0.0 onward.
33+
34+
Additionally, prior to 1.0.0, the `node-qunit` package was a different project
35+
that was deprecated and now lives under the name [`qnit`](https://www.npmjs.com/package/qnit).
36+
2837
### API
2938

3039
http://api.qunitjs.com

0 commit comments

Comments
 (0)