Skip to content
This repository was archived by the owner on Nov 10, 2025. It is now read-only.

Releases: welaika/wordless_gem

v2.2.0

28 Sep 16:47

Choose a tag to compare

Features 🌸

  • Now the installation process will try to nvm use and if both NVM and the right node version will be found, then we'll use it to setup the theme. Otherwise we'll fallback to globally installed node.

Improvements 🛠

  • removed few old dependencies and updated ones with security concerns

v2.1.0

12 Sep 06:46
2c55681

Choose a tag to compare

  • fd921df add windows support in install_global_node_modules method

We removed a which system call since it is a *nix-only command and added a custom method (copy pasted from SO like sometime you have to do 😋 )

Thanks @JackPoteYes and @vincentntang for reporting the issue.