Skip to content

Commit

Permalink
Merge pull request #1499 from KleeGroup/develop
Browse files Browse the repository at this point in the history
Release 2.2.0
  • Loading branch information
Hartorn authored Nov 8, 2017
2 parents b7c51a4 + 29e5bab commit 303d95b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "focus-components",
"version": "2.2.0-beta5",
"version": "2.2.0",
"description": "Focus component repository.",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -60,7 +60,7 @@
},
"homepage": "https://github.com/KleeGroup/focus-components",
"peerDependencies": {
"focus-core": "2.2.0-beta3",
"focus-core": "2.2.0",
"material-design-lite": "1.3.0",
"moment": "2.18.1",
"react": "15.4.2",
Expand All @@ -78,11 +78,11 @@
},
"devDependencies": {
"babel-jest": "21.0.2",
"babel-preset-focus": "1.0.0-beta1",
"babel-preset-focus": "1.0.0",
"better-npm-run": "0.1.0",
"enzyme": "2.9.1",
"eslint-config-focus": "0.6.0",
"focus-core": "2.2.0-beta3",
"focus-core": "2.2.0",
"jest-cli": "21.0.2",
"jsdom": "11.2.0",
"material-design-lite": "1.3.0",
Expand Down
4 changes: 2 additions & 2 deletions src/style/_variables.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* MDL Variable definitions */
$image_path: '/images' !default;
$image_path: '../../node_modules/material-design-lite/src/images' !default;
$input-text-font-size: 13px !default;
$input-text-vertical-spacing: 0px !default;
$radio-label-font-size: 13px !default;
$checkbox-label-font-size: 13px !default;
$checkbox-label-font-size: 13px !default;

0 comments on commit 303d95b

Please sign in to comment.