@cerema/cadriciel 1.0.5 → 1.0.6

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.
Files changed (2) hide show
  1. package/cmd/init.js +0 -4
  2. package/package.json +1 -1
package/cmd/init.js CHANGED
@@ -135,10 +135,6 @@ module.exports = function (program) {
135
135
  console.log(
136
136
  '______________________________________________________________'
137
137
  );
138
- fs.chmodSync(
139
- process.cwd() + '/' + o.project + '/docker/config/init-db.sh',
140
- '755'
141
- );
142
138
  console.log('\nšŸš€ Happy coding !\n');
143
139
  });
144
140
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cerema/cadriciel",
3
- "version": "1.0.5",
3
+ "version": "1.0.6",
4
4
  "main": "index.js",
5
5
  "license": "MIT",
6
6
  "npm": ">=8.0.0",