esoftplay 0.0.107-t → 0.0.107-u

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/build.js +1 -1
  2. package/package.json +1 -1
package/bin/build.js CHANGED
@@ -119,7 +119,7 @@ if (fs.existsSync(packjson)) {
119
119
 
120
120
  /* Create esp command line */
121
121
  if (args[0] == "install") {
122
- execSync('node ./bin/cli.js install', { stdio: ['inherit', 'inherit', 'inherit'] })
122
+ execSync('node ./bin/cli.js start', { stdio: ['inherit', 'inherit', 'inherit'] })
123
123
  }
124
124
 
125
125
  /* Update app.json */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "esoftplay",
3
- "version": "0.0.107-t",
3
+ "version": "0.0.107-u",
4
4
  "description": "embedding data from esoftplay framework (web based) into mobile app",
5
5
  "main": "cache/index.js",
6
6
  "types": "../../index.d.ts",