jjb-cmd 2.0.8 → 2.0.9

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": "jjb-cmd",
3
- "version": "2.0.8",
3
+ "version": "2.0.9",
4
4
  "description": "jjb脚手架工具",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -12,7 +12,7 @@ module.exports = stdin => {
12
12
  * 下发数据根路径
13
13
  * @type {string}
14
14
  */
15
- const root_path = path.resolve('./temp');
15
+ const root_path = path.resolve('./');
16
16
 
17
17
  const cloudObj = CLOUD_PROJECT[ stdin ] || undefined;
18
18
  if (cloudObj) {