Skip to content

Commit

Permalink
Merge pull request simonwhitaker#54 from swervo/gh-pages
Browse files Browse the repository at this point in the history
Publish on npm
  • Loading branch information
simonwhitaker committed Jul 31, 2016
2 parents 0c0e500 + e319b6b commit 5af97ab
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 3 deletions.
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,20 @@
# "Fork me on GitHub" CSS ribbon
# *Fork me on GitHub* CSS ribbon

This is a recreation of the [Fork me on GitHub ribbon](https://github.com/blog/273-github-ribbons)
in CSS, hence resolution-independent.

## Using with Bower

You can install the CSS files using [Bower](https://github.com/bower/bower).

```bower install github-fork-ribbon-css```

## Using with npm

You can also install the CSS files using [npm](https://www.npmjs.com/).

```npm install --save github-fork-ribbon-css```

## Using "Fork me on GitHub" CSS ribbon with a CDN

You can use github-fork-ribbon-css without installation via [cdnjs.com](https://cdnjs.com/libraries/github-fork-ribbon-css).
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "github-fork-ribbon-css",
"version": "0.2.0",
"version": "0.2.1",
"homepage": "https://simonwhitaker.github.io/github-fork-ribbon-css/",
"authors": [
"Simon Whitaker"
Expand Down
6 changes: 6 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,12 @@ <h2>Using with Bower</h2>
using <a href="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/bower/bower">Bower</a>.
</p>
<pre>bower install github-fork-ribbon-css</pre>
<h2>Using with npm</h2>
<p>
You can also install the CSS files
using <a href="https://www.npmjs.com/">npm</a>.
</p>
<pre>npm install --save github-fork-ribbon-css</pre>
<h2>Using with cdnjs</h2>
<p>
You can use github-fork-ribbon-css without installation via <a href="https://cdnjs.com/libraries/github-fork-ribbon-css">cdnjs.com</a>.<br />
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "github-fork-ribbon-css",
"version": "0.2.0",
"version": "0.2.1",
"description": "\"Fork me on GitHub\" CSS ribbon",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
Expand Down

0 comments on commit 5af97ab

Please sign in to comment.