Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonleibowitz committed May 30, 2018
1 parent 57724e9 commit 9e40d2c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
Merge Styles

[build-badge]: https://img.shields.io/travis/user/repo/master.png?style=flat-square
[build]: https://travis-ci.org/user/repo
[build]: https://travis-ci.org/jasonleibowitz/merge-styles

[npm-badge]: https://img.shields.io/npm/v/npm-package.png?style=flat-square
[npm]: https://www.npmjs.org/package/npm-package

[coveralls-badge]: https://img.shields.io/coveralls/user/repo/master.png?style=flat-square
[coveralls]: https://coveralls.io/github/user/repo
[coveralls]: https://coveralls.io/github/jasonleibowitz/merge-styles

Simple JS Utility to merge multiple classnames together. I use this in my react apps to make components easily themeable via a theme prop.

Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "merge-styles",
"version": "1.0.0",
"description": "Describe merge-styles here",
"description": "Simple utility to merge classnames for theming",
"main": "lib/index.js",
"module": "es/index.js",
"files": [
Expand All @@ -22,8 +22,8 @@
"devDependencies": {
"nwb": "0.21.x"
},
"author": "",
"homepage": "",
"author": "Jason Leibowitz",
"homepage": "http://leibowitz.me",
"license": "MIT",
"repository": ""
"repository": "https://github.com/jasonleibowitz/merge-styles"
}

0 comments on commit 9e40d2c

Please sign in to comment.