owl-cli 7.2.0 → 7.3.0

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/bin/owl-init.js +2 -2
  2. package/package.json +1 -1
package/bin/owl-init.js CHANGED
@@ -49,8 +49,8 @@ fs.mkdirSync(modelsDir)
49
49
  let exampleDir = resolve( __dirname,"../examples/models")
50
50
  copyRecursiveSync(exampleDir,modelsDir);
51
51
 
52
- let appsDir = resolve( __dirname,"../examples/owlsysAps");
53
- let destAppsDir = join(cwd,"owlsysAps");
52
+ let appsDir = resolve( __dirname,"../examples/owlsysApps");
53
+ let destAppsDir = join(cwd,"owlsysApps");
54
54
  copyRecursiveSync(appsDir,destAppsDir);
55
55
 
56
56
  //在project目录下面创建一个build.properties
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "owl-cli",
3
- "version": "7.2.0",
3
+ "version": "7.3.0",
4
4
  "main": "index.js",
5
5
  "preferGlobal": true,
6
6
  "bin": {