Skip to content

Commit

Permalink
0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ota-meshi committed Aug 14, 2021
1 parent 83ee602 commit 960a584
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion docs/rules/compat-engines.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ pageClass: "rule-details"
sidebarDepth: 0
title: "node-dependencies/compat-engines"
description: "enforce the versions of the engines of the dependencies to be compatible."
since: "v0.5.0"
---
# node-dependencies/compat-engines

Expand Down Expand Up @@ -43,7 +44,7 @@ This rule checks the `engines` of the dependencies and reports if they are compa

## :rocket: Version

This rule was introduced in eslint-plugin-node-dependencies v0.1.0
This rule was introduced in eslint-plugin-node-dependencies v0.5.0

## :mag: Implementation

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-node-dependencies",
"version": "0.4.0",
"version": "0.5.0",
"description": "ESLint plugin to check Node.js dependencies.",
"engines": {
"node": "^12 || >=14"
Expand Down

0 comments on commit 960a584

Please sign in to comment.