From 7b0d2e1014d316853bf52312314ab0c02cf93529 Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Thu, 31 Jan 2019 23:39:10 +0700 Subject: [PATCH] Drop support for Bower --- .gitattributes | 3 +-- bower.json | 19 ------------------- 2 files changed, 1 insertion(+), 21 deletions(-) delete mode 100644 bower.json diff --git a/.gitattributes b/.gitattributes index 391f0a4..6313b56 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1 @@ -* text=auto -*.js text eol=lf +* text=auto eol=lf diff --git a/bower.json b/bower.json deleted file mode 100644 index 6b16432..0000000 --- a/bower.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "name": "github-markdown-css", - "description": "The minimal amount of CSS to replicate the GitHub Markdown style", - "license": "MIT", - "main": "github-markdown.css", - "keywords": [ - "github", - "markdown", - "md", - "css", - "style", - "stylesheet" - ], - "ignore": [ - "**/.*", - "package.json", - "index.html" - ] -}