octoshrimpy / bulma-o-steps

In-depth Steps component for Bulma.io
https://octoshrimpy.github.io/bulma-o-steps
GNU General Public License v3.0
84 stars 35 forks source link

#15: Split extension from its Bulma dependencies #16

Closed riovir closed 5 years ago

riovir commented 5 years ago

Attempt to fix the unintended side effects of always including Bulma in the extension by splitting it from its dependencies.

kinduff commented 5 years ago

@octoshrimpy Can you update the NPM package? Latest is 1.0.9, which doesn't include this fix.

Niek commented 4 years ago

@octoshrimpy Can you update the NPM package? Latest is 1.0.9, which doesn't include this fix.

For now, you can use this in your package.json dependencies:

    "bulma-o-steps": "git://github.com/octoshrimpy/bulma-o-steps.git#master",