@nitro-bolt/scratchblocks 1.1.1 → 1.1.2

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.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @nitro-bolt/scratchblocks v1.1.0
2
+ * @nitro-bolt/scratchblocks v1.1.1
3
3
  *
4
4
  * Make pictures of Scratch blocks from text.
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @nitro-bolt/scratchblocks v1.1.0
2
+ * @nitro-bolt/scratchblocks v1.1.1
3
3
  *
4
4
  * Make pictures of Scratch blocks from text.
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @nitro-bolt/scratchblocks v1.1.0
2
+ * @nitro-bolt/scratchblocks v1.1.1
3
3
  *
4
4
  * Make pictures of Scratch blocks from text.
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @nitro-bolt/scratchblocks v1.1.0
2
+ * @nitro-bolt/scratchblocks v1.1.1
3
3
  *
4
4
  * Make pictures of Scratch blocks from text.
5
5
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nitro-bolt/scratchblocks",
3
- "version": "1.1.1",
3
+ "version": "1.1.2",
4
4
  "description": "Make pictures of Scratch blocks from text.",
5
5
  "license": "MIT",
6
6
  "author": "Tim Radvan",
@@ -1189,13 +1189,6 @@ export default [
1189
1189
  shape: "stack",
1190
1190
  category: "grey",
1191
1191
  },
1192
- {
1193
- id: "scratchblocks:addInput",
1194
- spec: "%1 @addInput",
1195
- inputs: ["%n"],
1196
- shape: "ring",
1197
- category: "grey",
1198
- },
1199
1192
  {
1200
1193
  id: "SENSING_USERID",
1201
1194
  spec: "user id",