From 24ff8e05adaf78517fe613c66487da374e2e5e89 Mon Sep 17 00:00:00 2001 From: Mathias Brouilly Date: Thu, 4 Jun 2015 21:09:36 +0200 Subject: [PATCH] change npm name to normalize-styl --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2e916c6..730e125 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/package.json b/package.json index dcc67db..6148952 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "normalize.styl", + "name": "normalize-styl", "version": "3.0.3", "description": "Stylus version of normalize.css", "main": "normalize.styl",