Skip to content

Commit

Permalink
Merge pull request #66 from mitogh/master
Browse files Browse the repository at this point in the history
Small fixes
  • Loading branch information
KyleAMathews committed Jul 31, 2016
2 parents de48b01 + f3971b6 commit 727907f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
5 changes: 1 addition & 4 deletions packages/react-typography/src/GoogleFont.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,8 @@ module.exports = React.createClass({
rel: 'stylesheet',
type: 'text/css',
})
} else {
return null
}
} else {
return null
}
return null
},
})
2 changes: 1 addition & 1 deletion packages/typography/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"scripts": {
"build": "../../node_modules/.bin/babel src --out-dir dist/",
"flow": "../../node_modules/.bin/flow",
"lint": "../../node_modules/.bin/eslint --ext .js,.jsx --ignore-path .gitignore .",
"lint": "../../node_modules/.bin/eslint --ext .js,.jsx --ignore-path ../../.gitignore .",
"watch": "../../node_modules/.bin/babel -w src --out-dir dist/"
}
}
1 change: 0 additions & 1 deletion packages/typography/src/utils/createStyles.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
// @flow
import ms from 'modularscale'
import gray from 'gray-percentage'
import set from 'lodash/set'
import each from 'lodash/forEach'
Expand Down

0 comments on commit 727907f

Please sign in to comment.