diff --git a/CSXS/manifest.xml b/CSXS/manifest.xml index 7f30906..03b36a7 100644 --- a/CSXS/manifest.xml +++ b/CSXS/manifest.xml @@ -7,20 +7,10 @@ - - - - - - - - - - - + diff --git a/package.json b/package.json index df99094..42ccfc2 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "griddify", "private": "true", - "version": "1.0.0-beta.1", + "version": "1.0.0-beta.3", "description": "A tiny photoshop panel to make guides and grids", "main": "index.js", "scripts": { diff --git a/scripts/coffee/commands/commands.coffee b/scripts/coffee/commands/commands.coffee index d0ad56b..5953d50 100644 --- a/scripts/coffee/commands/commands.coffee +++ b/scripts/coffee/commands/commands.coffee @@ -4,5 +4,4 @@ require './griddify' require './divide' -require './wrap' - +require './wrap' \ No newline at end of file diff --git a/scripts/coffee/panel/panel.coffee b/scripts/coffee/panel/panel.coffee index e689bf8..e824731 100644 --- a/scripts/coffee/panel/panel.coffee +++ b/scripts/coffee/panel/panel.coffee @@ -10,7 +10,9 @@ panel.updateNotifier.init version: version - hub: "http://gelobi.org/griddify/updateHub/" + channel: "beta" + + hub: "http://gelobi.org/griddify/updateHub2/" updateUrl: "http://gelobi.org/griddify" diff --git a/styles/sass/panel.sass b/styles/sass/panel.sass index cba516b..208e367 100644 --- a/styles/sass/panel.sass +++ b/styles/sass/panel.sass @@ -1,18 +1,15 @@ -@import "../../node_modules/photoshopjs-panel/styles/css/panel.css" - .fittableButton .size-small & - width: 54px + width: 54px !important .size-medium & - width: 60px - - .size-big & + width: 60px !important - width: 70px + .size-large & + width: 70px !important -// @import "../../node_modules/photoshopjs-panel/styles/sass/panel" \ No newline at end of file +@import "../../node_modules/photoshopjs-panel/styles/css/panel.css" \ No newline at end of file