@cerema/cadriciel 1.3.6 → 1.3.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -141,7 +141,8 @@ module.exports = (args) => {
141
141
  `\n──────────────────────────────────────────────────────────────
142
142
 
143
143
  Pour lancer l'environnement local de développement :
144
- ${chalk.magenta('\n 📦 nécessite docker et docker-compose\n')}
144
+
145
+ ${chalk.magenta(' 📦 nécessite docker et docker-compose\n')}
145
146
 
146
147
  cd ${chalk.green(name)}
147
148
  ${chalk.cyan('cad start')} .............. 🚀 ${chalk.bold(
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cerema/cadriciel",
3
- "version": "1.3.6",
3
+ "version": "1.3.7",
4
4
  "main": "index.js",
5
5
  "license": "MIT",
6
6
  "npm": ">=8.0.0",