Skip to content
This repository has been archived by the owner on Apr 16, 2020. It is now read-only.

Commit

Permalink
specify "engines.node" section in packagejson
Browse files Browse the repository at this point in the history
  • Loading branch information
vladimiry committed Mar 17, 2020
1 parent 663d63c commit 626e06e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ os:
- linux
language: node_js
node_js:
- "8"
- "10"
- "12"
- "13"
before_install:
Expand Down
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tslint-rules-bunch",
"version": "0.0.10",
"version": "1.0.0",
"description": "Collection of the `tslint` rules",
"author": "Vladimir Yakovlev <dev.vladimir.y@gmail.com> (https://github.com/vladimiry)",
"license": "MIT",
Expand All @@ -10,6 +10,9 @@
"rule",
"linter"
],
"engines": {
"node": ">=10 <11 || >=12"
},
"main": "./index.js",
"scripts": {
"lib:compile": "tsc --listEmittedFiles -p ./src/lib/tsconfig.json",
Expand Down

0 comments on commit 626e06e

Please sign in to comment.