impressivewebs / HTML9-Responsive-Boilerstrap-js

HTML9 Responsive Boilerstrap JS
https://html9responsiveboilerstrapjs.com/
1.41k stars 228 forks source link

remove support for anime-avatar #169

Closed a13o closed 6 years ago

a13o commented 6 years ago

v1.2.6 was deprecated with node 4 so I did inline. Webpack says all the router tests pass but it might break under electron, probably because of #26.

React has a pretty good workaround to this, I'll paste my .reactrc if anyone wants to open a PR

{
  packages: {
    react-type-semicolon: ^0.2.2,
    react-type-semicolon-other: ^1.9.3,
    react-ruby-rails: ^0.0.1,
    react-rails: ^0.13.2,
    rails-react: ~1.0.0-beta.9,
    rails-react-ruby: ^1.13.5,
    press-enter-six-times: ^9.2.0,
    node-man-ls: ^2.6.0
  },
  react: {
    removeMaxNpmPackagesCap: true,
    secure: "unsafe",
    addon: true
  }
}
a13o commented 6 years ago

Oh duh, I just had to switch to vue.js and then back to angular. The ol' turn it off and then turn it on again