diff --git a/package.json b/package.json index 70b79ece..04c066e3 100644 --- a/package.json +++ b/package.json @@ -40,11 +40,11 @@ }, "devDependencies": { "browserify": "^16.0.0", - "dtslint": "^0.8.0", + "dtslint": "^0.9.0", "nyc": "^14.0.0", "prettier": "^1.0.0", - "remark-cli": "^6.0.0", - "remark-preset-wooorm": "^5.0.0", + "remark-cli": "^7.0.0", + "remark-preset-wooorm": "^6.0.0", "tape": "^4.0.0", "tinyify": "^2.5.1", "typescript": "^3.0.0", diff --git a/readme.md b/readme.md index 21241f20..bbeb9dcd 100644 --- a/readme.md +++ b/readme.md @@ -123,20 +123,20 @@ no issues found * [Description](#description) * [API](#api) - * [processor()](#processor) - * [processor.use(plugin\[, options\])](#processoruseplugin-options) - * [processor.parse(file)](#processorparsefile) - * [processor.stringify(node\[, file\])](#processorstringifynode-file) - * [processor.run(node\[, file\]\[, done\])](#processorrunnode-file-done) - * [processor.runSync(node\[, file\])](#processorrunsyncnode-file) - * [processor.process(file\[, done\])](#processorprocessfile-done) - * [processor.processSync(file|value)](#processorprocesssyncfilevalue) - * [processor.data(\[key\[, value\]\])](#processordatakey-value) - * [processor.freeze()](#processorfreeze) -* [Plugin](#plugin) - * [function attacher(\[options\])](#function-attacheroptions) - * [function transformer(node, file\[, next\])](#function-transformernode-file-next) -* [Preset](#preset) + * [`processor()`](#processor) + * [`processor.use(plugin[, options])`](#processoruseplugin-options) + * [`processor.parse(file)`](#processorparsefile) + * [`processor.stringify(node[, file])`](#processorstringifynode-file) + * [`processor.run(node[, file][, done])`](#processorrunnode-file-done) + * [`processor.runSync(node[, file])`](#processorrunsyncnode-file) + * [`processor.process(file[, done])`](#processorprocessfile-done) + * [`processor.processSync(file|value)`](#processorprocesssyncfilevalue) + * [`processor.data([key[, value]])`](#processordatakey-value) + * [`processor.freeze()`](#processorfreeze) +* [`Plugin`](#plugin) + * [`function attacher([options])`](#function-attacheroptions) + * [`function transformer(node, file[, next])`](#function-transformernode-file-next) +* [`Preset`](#preset) * [Contribute](#contribute) * [Acknowledgments](#acknowledgments) * [License](#license)