Skip to content

Commit

Permalink
Bump up for v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
t32k committed Oct 21, 2015
1 parent 0933da0 commit f041c2d
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 17 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// Require library files
@import 'lib/colors.js'
@import 'lib/functions.js'

var onRun = function (context) {
// Require library files
@import 'lib/colors.js'
@import 'lib/functions.js'

var doc = context.document;

// Get current canvas
Expand All @@ -20,7 +20,6 @@ var onRun = function (context) {
if (isSelected(choiceCode)) {
var userColorSets = [];
var swatchesGroups = [];
log(swatchesGroups);

if (colorName !== 'All Colors') {
COLORS[0] = colorName;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
},
"identifier": "me.t32k.material-design-color-palette",
"version": "3.0.0",
"compatibleVersion": 3,
"description": "Sketch app plugin for displaying Google material design color palette.",
"name": "Material Design Color Palette",
"commands": [
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
// (ctrl shift s)

// Require library files
@import 'lib/colors.js'
@import 'lib/functions.js'

var onRun = function(context) {
// Require library files
@import 'lib/colors.js'
@import 'lib/functions.js'

var doc = context.document;

// Get current canvas
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
// (ctrl shift v)

// Require library files
@import 'lib/colors.js'
@import 'lib/functions.js'

var onRun = function(context) {
// Require library files
@import 'lib/colors.js'
@import 'lib/functions.js'

var doc = context.document;

// Get current canvas
Expand Down

0 comments on commit f041c2d

Please sign in to comment.