Skip to content

Commit

Permalink
more renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
nitrada committed Dec 30, 2016
1 parent f64b69e commit a42fd8d
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//===============================================
// sketch layer visibility - config
// sketch bounding boxer - config
//===============================================

var Config = {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//===============================================
// sketch layer visibility - library
// sketch bounding boxer - library
//===============================================

var Library = {};
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "Sketch Layer Visibility",
"description": "Toggle visibility of defined layers in a Sketch document",
"name": "Sketch Bounding Boxer",
"description": "Toggle visibility of 'boundingBox' layers in a Sketch document",
"author" : "precious design studio",
"authorEmail" : "info@precious-forever.com",
"homepage": "https://github.com/preciousforever/sketch-layer-visibility",
"identifier": "com.precious-forever.sketch.layervisibility",
"homepage": "https://github.com/preciousforever/sketch-bounding-boxer",
"identifier": "com.precious-forever.sketch.boundingboxer",
"version": "1.1.0",
"commands": [{
"name": "Toggle",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//===============================================
// sketch layer visibility - plugin
// sketch bounding boxer - plugin
//===============================================

@import 'library.cocoascript';
Expand Down

0 comments on commit a42fd8d

Please sign in to comment.