aptechka 0.11.0 → 0.11.1

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aptechka",
3
- "version": "0.11.0",
3
+ "version": "0.11.1",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/denisavitski/aptechka.git"
@@ -210,8 +210,7 @@ async function inputFiles({
210
210
  })
211
211
  }
212
212
  });
213
- }
214
- if (destinationPath.includes("@sequence")) {
213
+ } else if (destinationPath.includes("@sequence")) {
215
214
  const path = specialPath(destinationPath, "@sequence");
216
215
  sources.push({
217
216
  content,