Remove support for Duo

This commit is contained in:
Titus Wormer 2016-02-14 11:06:28 +01:00
parent 4427d89331
commit e55fb3af31
6 changed files with 2 additions and 40 deletions

View File

@ -1,4 +1,3 @@
components/
coverage/
remark-lint.js
remark-lint.min.js

1
.gitignore vendored
View File

@ -1,6 +1,5 @@
.DS_Store
*.log
components/
coverage/
node_modules/
remark-lint.js

View File

@ -1,6 +1,5 @@
{
"excludeFiles": [
"components/",
"coverage/",
"node_modules/",
"remark-lint.js",

View File

@ -1,7 +1,4 @@
# `node_modules/` is already ignored.
# Duos components include docs.
components
# Do not process fixtures.
test

View File

@ -1,29 +0,0 @@
{
"name": "remark-lint",
"version": "2.3.1",
"description": "Lint markdown with remark",
"license": "MIT",
"keywords": [
"markdown",
"lint",
"validate",
"remark"
],
"repository": "wooorm/remark-lint",
"dependencies": {
"sindresorhus/decamelize": "^1.0.0",
"wooorm/mdast-util-heading-style": "^1.0.0",
"wooorm/mdast-util-position": "^1.0.0",
"wooorm/mdast-util-to-string": "^1.0.0",
"eush77/npm-prefix": "^1.1.1",
"sindresorhus/plur": "^2.0.0",
"wooorm/remark-message-control": "^1.0.1",
"wooorm/remark-range": "^2.0.0",
"wooorm/unist-util-visit": "^1.0.0",
"wooorm/vfile-sort": "^1.0.0"
},
"scripts": [
"index.js",
"lib/**/*.js"
]
}

View File

@ -35,9 +35,8 @@ a powerful markdown processor powered by [plugins][remark-plugins]
npm install remark-lint
```
**remark-lint** is also available for [duo][duo-install],
and as an AMD, CommonJS, and globals module, [uncompressed and
compressed][releases].
**remark-lint** is also available as an AMD, CommonJS, and globals
module, [uncompressed and compressed][releases].
## Command line
@ -232,8 +231,6 @@ excluding `remark-lint-no-` or `remark-lint-`
[npm-install]: https://docs.npmjs.com/cli/install
[duo-install]: http://duojs.org/#getting-started
[releases]: https://github.com/wooorm/remark-lint/releases
[author]: http://wooorm.com