socketsupply / tonic

A Low Profile Component Framework – Stable, minimal, easy to audit, zero-dependencies and build-tool-free.
http://tonicframework.dev
MIT License
867 stars 24 forks source link

V11 not yet pushed to npm #39

Closed juliedavila closed 4 years ago

juliedavila commented 4 years ago

Main issue here is that the latest published version of tonic is not compatible with the latest version of components

Raynos commented 4 years ago

Both components and tonic are published as next;

You can do

npm i @optoolco/tonic@next
npm i @optoolco/components@next

Or

npm i @optoolco/tonic@11.0.2
npm i @optoolco/components@8.0.0

They are published but running npm i @optoolco/tonic will get you 10.3 ; and running npm i @optoolco/components will get you 7.3

Raynos commented 4 years ago

Version 11 has been published to NPM. So has version 12