Skip to content

v1.3.3

Choose a tag to compare

released this 05 May 14:28
· 342 commits to master since this release
npm install @weh/weh@1.3.3
  • ✨ added npm5 compability! there's now a package lockfile, so you can do this:
git clone https://github.com/wehjs/weh && cd weh
npm install -g npm5
npm5 install

(i mean, you could do that before, but now it's faster)

  • 🐛 fixed npm installing all devDependencies by default for some reason