Automattic / expect.js

Minimalistic BDD-style assertions for Node.JS and the browser.
2.11k stars 209 forks source link

Name conflict with another project #76

Closed mikeobrien closed 11 years ago

mikeobrien commented 11 years ago

Somebody created an assertion library with the exact same name a few months ago and their NPM package is the top result when googling expect.js npm (And this one doesen't even show up on the first page). Their package name is expectjs (Without the period). Wasted time this am trying to figure out why my tests were broken only to realize I had pulled down their lib. I created an issue with them to either remove the NPM package or change the name of the project so it doesn't conflict but it might be a good idea to note it on the readme here.

mikeobrien commented 11 years ago

The author agreed to remove the ambiguous NPM package.