Skip to content

Commit

Permalink
2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mblode committed Apr 6, 2016
1 parent 5ccbf42 commit 11163de
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 10 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Marx is a CSS stylesheet to be used in any projects (namely small ones). If you
## Quick Start
Several quick start options are available:

- Install with [NPM](https://www.npmjs.com/): `npm install marx` (recommended).
- Install with [NPM](https://www.npmjs.com/): `npm install marx-css` (recommended).
- Install with [Bower](http://bower.io): `bower install marx`.
- Use the latest Marx CDN
```
Expand Down Expand Up @@ -118,7 +118,7 @@ These are the files that are generated from `bower install marx`
<!-- footer -->
<footer>
<p>&copy Matthew Blode 2015</p>
<p>&copy; Matthew Blode 2016</p>
</footer>
</main>
Expand All @@ -134,9 +134,8 @@ Pull requests are the way to go.
## Creators

**Matthew Blode**
- <https://twitter.com/mblode>
- <https://github.com/mblode>
- <http://codepen.io/mblode>

## License
MIT © [Matthew Blode](http://mblode.github.io)
MIT © [Matthew Blode](http://matthewblode.com)
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "marx",
"version": "2.0.0",
"version": "2.0.1",
"homepage": "https://github.com/mblode/marx",
"authors": [
"mblode <m.blode@gmail.com>"
Expand Down
9 changes: 4 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
{
"name": "marx",
"version": "2.0.0",
"name": "marx-css",
"version": "2.0.1",
"description": "The classless CSS reset (perfect for Communists).",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
Expand Down Expand Up @@ -36,7 +35,7 @@
"format",
"classless"
],
"author": "Matthew Blode",
"author": "Matthew Blode <m.blode@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/mblode/marx/issues"
Expand All @@ -49,6 +48,6 @@
"gulp-clean-css": "^2.0.4",
"gulp-plumber": "^1.0.1",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.0.4",
"gulp-sass": "^2.0.4"
}
}

0 comments on commit 11163de

Please sign in to comment.