jspm / registry

The jspm registry and package.json override service
https://jspm.io
229 stars 256 forks source link

Mocha 3 support #950

Closed oligot closed 7 years ago

oligot commented 7 years ago

Mocha 3 has recently been released: https://github.com/mochajs/mocha/blob/master/CHANGELOG.md

As the registry uses semver to resolve override, this commit adds a new file mocha@3.0.0.json which is basically just a copy of mocha@2.5.3.json.

Note that I've only tested this is the browser and not in Node.js

guybedford commented 7 years ago

Thanks!