Skip to content

Commit

Permalink
Bump up package manager versions
Browse files Browse the repository at this point in the history
  • Loading branch information
kgcreative committed Apr 22, 2019
1 parent 4da9bb4 commit f00e1bb
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 19 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Neat-Omega Family for Bourbon Neat (2.x.x)
# Neat-Omega Family for Bourbon Neat (3.x.x+)
The Omega family is a group of mixins that accomplish several supplemental goals within the Bourbon-Neat framework.

Originally created to address: https://github.com/thoughtbot/neat/issues/543
Expand Down
30 changes: 17 additions & 13 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
{
"name": "neat-omega",
"description": "A family of omega mixins for Neat 2.0",
"version": "3.0.0",
"description": "A family of omega mixins for Neat 3.x+",
"version": "3.1.0",
"main": "neat-omega.scss",
"authors": [
"Kevin Garcia"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"keywords": [
"columns",
"grid",
Expand All @@ -19,15 +23,15 @@
"scss",
"semantic"
],
"homepage": "https://github.com/kgcreative/neat-omega",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
"authors": [
"Kevin Garcia"
],
"homepage": "https://github.com/kgcreative/neat-omega",
"dependencies": {
"neat": "^2"
"neat": "^3"
},
"repository": {
"type": "git",
"url": "https://github.com/kgcreative/neat-omega"
}
}
4 changes: 2 additions & 2 deletions neat-omega.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ Gem::Specification.new do |s|
s.name = "neat-omega"
s.platform = Gem::Platform::RUBY
s.require_paths = ["lib"]
s.summary = "An omega mixin family for Neat 2.x"
s.version = "3.0.0"
s.summary = "An omega mixin family for Neat 3.x"
s.version = "3.1.0"
end
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "neat-omega",
"version": "3.0.1",
"description": "A family of omega mixins for Neat 2.0",
"version": "3.1.0",
"description": "A family of omega mixins for Neat 3.x+",
"keywords": [
"columns",
"grid",
Expand All @@ -28,6 +28,6 @@
"url": "https://github.com/kgcreative/neat-omega.git"
},
"dependencies": {
"bourbon-neat": "^2"
"bourbon-neat": "^3"
}
}

0 comments on commit f00e1bb

Please sign in to comment.