@robotical/martyblocks 1.3.0 → 1.3.5

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.
@@ -8,7 +8,7 @@ export vm_original=$MBHome/scratch-vm
8
8
  export gui_original=$MBHome/scratch-gui
9
9
  alias cdhome='cd $MBHome'
10
10
  alias sourceMBProf='cdhome && source martyBlocksCliProfile'
11
- # export PATH=$(pyenv root)/shims:$PATH
11
+ export PATH=$(pyenv root)/shims:$PATH
12
12
 
13
13
 
14
14
  ##################### Steps to set up the project #######################
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@robotical/martyblocks",
3
- "version": "1.3.0",
3
+ "version": "1.3.5",
4
4
  "description": "MartyBlocks based on Scratch for Marty the Robot by Robotical",
5
5
  "main": "README.md",
6
6
  "scripts": {