Skip to content

Commit

Permalink
add engines specification to package.json #6
Browse files Browse the repository at this point in the history
  • Loading branch information
sagiegurari committed Jun 6, 2018
1 parent b22ec9c commit 1267f97
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ See [contributing guide](.github/CONTRIBUTING.md)

| Date | Version | Description |
| ----------- | ------- | ----------- |
| 2018-06-07 | v2.0.0 | Upgrade markdownlint and minimal node version |
| 2018-05-29 | v1.1.6 | Upgrade markdownlint version |
| 2016-11-04 | v1.0.11 | Support new markdownlint 0.3.0 options |
| 2016-07-01 | v0.1.0 | Updated task config to use options |
Expand Down
1 change: 1 addition & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
| Date | Version | Description |
| ----------- | ------- | ----------- |
| 2018-06-07 | v2.0.0 | Upgrade markdownlint and minimal node version |
| 2018-05-29 | v1.1.6 | Upgrade markdownlint version |
| 2016-11-04 | v1.0.11 | Support new markdownlint 0.3.0 options |
| 2016-07-01 | v0.1.0 | Updated task config to use options |
Expand Down
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "grunt-markdownlint",
"version": "1.1.6",
"version": "2.0.0",
"description": "A grunt task for markdown style checker and lint tool.",
"author": {
"name": "Sagie Gur-Ari",
Expand Down Expand Up @@ -51,5 +51,9 @@
"grunt-cli": "latest",
"husky": "latest",
"js-project-commons": "latest"
},
"engines": {
"node": ">=6",
"npm": ">=3"
}
}

0 comments on commit 1267f97

Please sign in to comment.