Skip to content

Commit

Permalink
change npm name to normalize-styl
Browse files Browse the repository at this point in the history
  • Loading branch information
bymathias committed Jun 4, 2015
1 parent e4856a1 commit 24ff8e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

* Clone the repo `git clone https://github.com/bymathias/normalize.styl`
* or install with [Bower](http://bower.io/ "Bower") `bower install --save normalize.styl`
* or install with [npm](https://www.npmjs.com/) `npm install --save normalize.styl`
* or install with [npm](https://www.npmjs.com/) `npm install --save normalize-styl`
* or [download the latest version](https://github.com/bymathias/normalize.styl/archive/master.zip "Download ZIP")

## How to use it
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "normalize.styl",
"name": "normalize-styl",
"version": "3.0.3",
"description": "Stylus version of normalize.css",
"main": "normalize.styl",
Expand Down

3 comments on commit 24ff8e0

@renestalder
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just curious, what's the exact reason for a rename?

@renestalder
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oh, okay, got it. Already taken.

@bymathias
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yep, unfortunately

Please sign in to comment.