Remove support for bower

This commit is contained in:
Titus Wormer 2015-12-26 14:50:03 +01:00
parent 842d99dce6
commit 690e38be30
3 changed files with 1 additions and 38 deletions

1
.gitignore vendored
View File

@ -1,6 +1,5 @@
.DS_Store
*.log
bower_components/
components/
node_modules/
coverage/

View File

@ -1,36 +0,0 @@
{
"name": "remark-lint",
"main": "remark-lint.js",
"description": "Lint markdown with remark",
"license": "MIT",
"keywords": [
"markdown",
"lint",
"validate",
"remark"
],
"repository": {
"type": "git",
"url": "https://github.com/wooorm/remark-lint.git"
},
"authors": [
"Titus Wormer <tituswormer@gmail.com>"
],
"ignore": [
".*",
"*.log",
"*.png",
"*.svg",
"*.md",
"build/",
"components/",
"coverage/",
"node_modules/",
"script/",
"test/",
"build.js",
"index.js",
"component.json",
"package.json"
]
}

View File

@ -33,7 +33,7 @@ a powerful markdown processor powered by [plugins](https://github.com/wooorm/rem
npm install remark-lint
```
**remark-lint** is also available for bower, duo, and for AMD,
**remark-lint** is also available for Duo, and for AMD,
CommonJS, and globals.
## Command line