acvetkov / sinon-chrome

Testing chrome extensions with Node.js
ISC License
435 stars 46 forks source link

Dist files not included in npm download for 2.x releases #48

Closed Standard8 closed 7 years ago

Standard8 commented 7 years ago

Since 2.x the dist/ files don't appear to be in the releases when installing via npm. Was there a specific reason for this, or has this been missed?

acvetkov commented 7 years ago

@Standard8, I have moved this files to bundle dir.

|--sinon-chrome
  |--api
  |--apps
  |--bundle
    |--sinon-chrome.min.js
    |--sinon-chrome-apps.min.js
    |--sinon-chrome-webextensions.min.js
Standard8 commented 7 years ago

@acvetkov thanks, not sure how I missed that!