From 1c2aacc7ceff91e1c79715ce01d23efd496203d1 Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Tue, 19 Aug 2014 01:09:17 +0200 Subject: [PATCH] drop component --- component.json | 18 ------------------ readme.md | 4 ---- 2 files changed, 22 deletions(-) delete mode 100644 component.json diff --git a/component.json b/component.json deleted file mode 100644 index 8d85ffd..0000000 --- a/component.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "name": "github-markdown-css", - "version": "1.0.2", - "description": "The minimal amount of CSS to replicate the GitHub Markdown style", - "license": "MIT", - "repository": "sindresorhus/github-markdown-css", - "styles": [ - "github-markdown.css" - ], - "keywords": [ - "github", - "markdown", - "md", - "css", - "style", - "stylesheet" - ] -} diff --git a/readme.md b/readme.md index 3788a01..d955236 100644 --- a/readme.md +++ b/readme.md @@ -24,10 +24,6 @@ $ npm install --save github-markdown-css $ bower install --save github-markdown-css ``` -```sh -$ component install sindresorhus/github-markdown-css -``` - ## Usage