fragment-tools 0.2.7 → 0.2.8

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fragment-tools",
3
- "version": "0.2.7",
3
+ "version": "0.2.8",
4
4
  "description": "A web development environment for creative coding",
5
5
  "main": "index.js",
6
6
  "bin": {
@@ -540,10 +540,6 @@ class Sketch {
540
540
  ),
541
541
  };
542
542
  }
543
-
544
- get backgroundColor() {
545
- return this.instance.backgroundColor;
546
- }
547
543
  }
548
544
 
549
545
  export default Sketch;