@paralect/hive 0.1.3 → 0.1.4

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/cli/hive.js +1 -1
  2. package/package.json +1 -1
package/cli/hive.js CHANGED
@@ -36,7 +36,7 @@ program
36
36
  const hiveProjectDir = path.resolve(process.env.HIVE_SRC, `../.hive`);
37
37
 
38
38
  await execCommand(`mkdir -p ${hiveProjectDir}`);
39
- await execCommand(`cp -r ${path.resolve(__dirname, '..')}/starter/ ${hiveProjectDir}`);
39
+ await execCommand(`cp -r ${path.resolve(__dirname, '..')}/starter/. ${hiveProjectDir}`);
40
40
  } catch (error) {
41
41
  console.error('An error occurred:', error.message);
42
42
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@paralect/hive",
3
- "version": "0.1.3",
3
+ "version": "0.1.4",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "bin": {