@robotical/martyblocks 1.7.5 → 1.7.7

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.
@@ -152,4 +152,10 @@ publishPackage() {
152
152
  mkdir dist;
153
153
  cp -r $gui_original/build/* dist/;
154
154
  npm publish;
155
- }
155
+ }
156
+
157
+ restoreScratch() {
158
+ cd $blocks_original && git restore . && git clean -fd
159
+ cd $vm_original && git restore . && git clean -fd
160
+ cd $gui_original && git restore . && git clean -fd
161
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@robotical/martyblocks",
3
- "version": "1.7.5",
3
+ "version": "1.7.7",
4
4
  "description": "MartyBlocks based on Scratch for Marty the Robot by Robotical",
5
5
  "main": "README.md",
6
6
  "scripts": {