Skip to content
This repository was archived by the owner on Jan 18, 2021. It is now read-only.

Commit 078fb50

Browse files
authored
Prepare release v3.1.1; allow more versions of TSLint
1 parent c723adb commit 078fb50

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "grunt-tslint",
33
"description": "Grunt plugin for TypeScript Linter",
4-
"version": "3.1.0",
4+
"version": "3.1.1",
55
"homepage": "https://github.com/palantir/grunt-tslint",
66
"author": {
77
"name": "Palantir Technologies, Inc."
@@ -35,7 +35,7 @@
3535
},
3636
"peerDependencies": {
3737
"grunt": ">=0.4.5",
38-
"tslint": "^3.7.3 || 3.7.0-dev.5 || >=3.8.0-dev || >=3.9.0-dev || >=3.10.0-dev || >=3.11.0-dev"
38+
"tslint": "^3.7.3 || 3.7.0-dev.5 || >=3.8.0-dev || >=3.9.0-dev || >=3.10.0-dev || >=3.11.0-dev || >=3.12.0-dev || >=3.13.0-dev || >=3.14.0-dev"
3939
},
4040
"keywords": [
4141
"gruntplugin",

0 commit comments

Comments
 (0)