Skip to content

Commit

Permalink
Fix Eyeglass name problem
Browse files Browse the repository at this point in the history
Version bump
  • Loading branch information
Snugug committed May 27, 2015
1 parent 97c24a4 commit 5baa638
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "compass-breakpoint",
"version": "2.6.0",
"version": "2.6.1",
"main": "stylesheets/_breakpoint.scss",
"ignore": [
"**/.*",
Expand Down
2 changes: 1 addition & 1 deletion lib/breakpoint.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
end

module Breakpoint
VERSION = "2.6.0"
VERSION = "2.6.1"
DATE = "2015-05-27"
end
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
{
"name": "breakpoint-sass",
"version": "2.6.0",
"version": "2.6.1",
"description": "Really Simple Media Queries with Sass",
"main": "stylesheets/_breakpoint.scss",
"eyeglass": {
"exports": "eyeglass-exports.js"
"exports": "eyeglass-exports.js",
"name": "breakpoint"
},
"directories": {
"test": "tests"
Expand Down

0 comments on commit 5baa638

Please sign in to comment.