arnthor3 / react-bootstrap-toggle

Bootstrap-toggle without the JQuery dependencies
Other
54 stars 16 forks source link

broken npm package #27

Closed seriousManual closed 5 years ago

seriousManual commented 6 years ago

hi, our CI picked up the latest version (2.2.6, published 14h ago) and it seems to be broken. thats the content of the downloaded package: image

after switching to 2.2.5 it works again

arnthor3 commented 6 years ago

Hi, we were cleaning things up last night. Could I get some error output from the CI to know where to look?

I suspect it might be the change in the peer dependencies

  "peerDependencies": {
    "react": ">=15.0.0",
    "react-dom": ">=15.0.0"
  }

I swiped that line from another project that i use :)

I will take a look into this asap.

arnthor3 commented 6 years ago

Hi, on the picture it seems that the dist folder got lost somehow? A bit strange because I get it when I do a install of the package via npm.

seriousManual commented 6 years ago

i tried it again, the dist folder seems to be there now. i dont know what the reason for this is, it happened on at least to seperate systems (CI and my machine).