Drop support for Bower

pull/68/head
Sindre Sorhus 2019-01-31 23:39:10 +07:00
parent 0d25bb4525
commit 7b0d2e1014
2 changed files with 1 additions and 21 deletions

3
.gitattributes vendored
View File

@ -1,2 +1 @@
* text=auto
*.js text eol=lf
* text=auto eol=lf

View File

@ -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"
]
}