Skip to content

Commit

Permalink
Merge branch 'release/v2.2.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
dariusrosendahl committed Feb 9, 2017
2 parents a272cee + a346f03 commit 3598b88
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "castlecss",
"version": "2.1.0",
"version": "2.2.0",
"description": "CastleCSS is a modular, mobile first, upgradable SCSS framework. This is a meta package with all available packages for CastleCSS",
"main": "index.js",
"scripts": {
Expand All @@ -26,10 +26,11 @@
"url": "https://github.com/CastleCSS/castlecss/issues"
},
"homepage": "http://www.castlecss.com",
"dependencies": {
"devDependencies": {
"castlecss-buttons": "^0.5.0",
"castlecss-core": "^2.1.0",
"castlecss-icons": "^1.0.0",
"castlecss-notifications": "^1.0.0"
"castlecss-core": "^2.2.0",
"castlecss-icons": "^1.0.2",
"castlecss-notifications": "^1.0.0",
"castlecss-breadcrumbs": "^1.0.0"
}
}

0 comments on commit 3598b88

Please sign in to comment.