@cerema/cadriciel 1.0.1 → 1.0.3

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.
package/cmd/init.js CHANGED
@@ -100,7 +100,7 @@ module.exports = function (program) {
100
100
  JSON.stringify(o)
101
101
  );
102
102
  const gitIgnore = fs.readFileSync(
103
- __dirname + '/cmd/gitignore.txt',
103
+ __dirname + '/../etc/gitignore.txt',
104
104
  'utf-8'
105
105
  );
106
106
  fs.writeFileSync(
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cerema/cadriciel",
3
- "version": "1.0.1",
3
+ "version": "1.0.3",
4
4
  "main": "index.js",
5
5
  "license": "MIT",
6
6
  "npm": ">=8.0.0",
File without changes