Back to Qunit

QUnit is now "qunit" on NPM

docs/_posts/2017-11-06-npm-package.md

2.25.0636 B
Original Source
<p class="note" markdown="1">IMPORTANT: QUnit is now being published as "qunit" on NPM! Previously, we were publishing as "qunitjs".</p>

The old "qunit" package was a CLI tool that came into existence prior to a built-in CLI. That package is now published as "node-qunit".

Transitioning should be simple. If you are using [email protected] you just need to drop the "js"; we have republished 2.4.1 as [email protected].

We hope this will help fix some confusion over package names moving forward :)

https://www.npmjs.com/package/qunit


Originally published on Twitter.