Skip to content

v3.6.1

Compare
Choose a tag to compare
@marcelklehr marcelklehr released this 06 Aug 12:47
· 4 commits to develop since this release

Fixed

  • Pin prettier dependency to v2.x for now to avoid build errors

How to update existing projects

$ cd your-project
$ rm -rf node_modules # Or remove the node_modules folder by hand
$ rm package-lock.json # Or remove the package-lock.json file by hand
$ npm install [email protected]

Read more on maintaining npm dependencies.