create-cozy-app
Advanced tools
Comparing version 2.0.0 to 2.0.1
{ | ||
"name": "create-cozy-app", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "A tool to create cozy applications", | ||
@@ -29,3 +29,3 @@ "author": "CPatchane <code@patchane.com>", | ||
], | ||
"gitHead": "d220bda72557fb291a9bceb3ee3e3956d5daa6be" | ||
"gitHead": "c44d042b91e17276038f0deed0cd48b0784fa0bd" | ||
} |
@@ -39,3 +39,3 @@ <h1 align="center">Create Cozy App</h1> | ||
- NodeJS version 8 or higher; | ||
- NodeJS version 10 or higher; | ||
- [Yarn](https://yarnpkg.com): a NodeJS package manager, like `npm`; | ||
@@ -42,0 +42,0 @@ - a running [Cozy development environment](https://docs.cozy.io/en/dev/app/#install-the-development-environment) |
19836