acvetkov / sinon-chrome

Testing chrome extensions with Node.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

v2.2.2 is broken

crimx opened this issue · comments

commented

It seems like the Github project is published to NPM. require('sinon-chrome/extensions') and require('sinon-chrome/webextensions') break on v2.2.2.

And #69 is not correctly built.

just a minute

commented

Thanks @acvetkov . #69 is fixed but require('sinon-chrome/extensions') and require('sinon-chrome/webextensions') are still broken.

I think "main": "out/index.js" in package.json should be changed to "main": "index.js".

And npm publish within ./out.

Fantastic fail.

I will fix tomorrow.