janusweb 1.5.36 → 1.5.37

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/package.json +1 -1
  2. package/utils/init.sh +1 -1
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "janusweb",
3
3
  "description": "Web client for JanusVR worlds",
4
- "version": "1.5.36",
4
+ "version": "1.5.37",
5
5
  "main": "scripts/janusweb.js",
6
6
  "author": "James Baicoianu",
7
7
  "license": "MIT",
package/utils/init.sh CHANGED
@@ -32,6 +32,6 @@ if [ ! -d elation ]; then
32
32
 
33
33
  cd ..
34
34
  ./elation web init
35
- ./elation component enable elation engine physics share elements janusweb ui utils
35
+ ./elation component enable elation engine physics share elements janusweb utils
36
36
  fi
37
37
  echo "done"