Skip to content

Commit

Permalink
Fixed: removed remark-lint from peerDependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
evilebottnawi committed Feb 24, 2017
1 parent a92f159 commit e84ea81
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.

This project adheres to [Semantic Versioning](http://semver.org/).

# Head

- Fixed: removed `remark-lint` from `peerDependencies`.

# 5.0.0 - 2017-02-24

- Chore **(Major update)**: minimum required `remark-lint` version is now `^6.0.0`.
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
[![Travis Build Status](https://img.shields.io/travis/itgalaxy/remark-preset-lint-itgalaxy/master.svg?label=build)](https://travis-ci.org/itgalaxy/remark-preset-lint-itgalaxy)
[![dependencies Status](https://david-dm.org/itgalaxy/remark-preset-lint-itgalaxy/status.svg)](https://david-dm.org/itgalaxy/remark-preset-lint-itgalaxy)
[![devDependencies Status](https://david-dm.org/itgalaxy/remark-preset-lint-itgalaxy/dev-status.svg)](https://david-dm.org/itgalaxy/remark-preset-lint-itgalaxy?type=dev)
[![peerDependencies Status](https://david-dm.org/itgalaxy/remark-preset-lint-itgalaxy/peer-status.svg)](https://david-dm.org/itgalaxy/remark-preset-lint-itgalaxy?type=peer)

Itgalaxy’s remark sharable preset for linting markdown.

Expand Down
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,9 +105,6 @@
"remark-cli": "^3.0.0",
"package-schema": "^1.0.0"
},
"peerDependencies": {
"remark-lint": "^6.0.0"
},
"scripts": {
"lint:package": "ajv -s ./node_modules/package-schema/schema.json -d package --errors=text",
"lint:eslint": "eslint . --ignore-path .gitignore --color",
Expand Down

0 comments on commit e84ea81

Please sign in to comment.