qwery
qwery copied to clipboard
Published npm version is not 4.0.0
Hi,
while migration packages from bower to npm I just registered that the version 4.0.0 in npm (npm install qwery@^4.0.0) is not the same version as 4.0.0 (bower install qwery) in bower and git.
When I use the 4.0.0 in npm, I get a lot "DOM EXCEPTION 12" Errors.
To fix this I added the following to my package.json
"qwery": "https://github.com/ded/qwery.git#v4.0.0",