esoftplay 0.0.109-u → 0.0.109-v

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
@@ -286,7 +286,7 @@ export default function App() {
286
286
  cmd += "&& yarn add " + installDevLibs.join(" ") + " --dev "
287
287
  if (installExpoLibs.length > 0)
288
288
  cmd += "&& expo install " + installExpoLibs.join(" ")
289
- cmd += " && yarn add esoftplay"
289
+ cmd += " && npm i -s esoftplay"
290
290
  setTimeout(() => {
291
291
  exec(cmd)
292
292
  }, 100);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "esoftplay",
3
- "version": "0.0.109-u",
3
+ "version": "0.0.109-v",
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",