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

Commit ad6367e

Browse files
committed
Prepare release v3.0.4 (#46)
Update peer dependency to allow Grunt 1.0
1 parent 734bb6c commit ad6367e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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.0.3",
4+
"version": "3.0.4",
55
"homepage": "https://github.com/palantir/grunt-tslint",
66
"author": {
77
"name": "Palantir Technologies, Inc."
@@ -34,7 +34,7 @@
3434
"typescript": "latest"
3535
},
3636
"peerDependencies": {
37-
"grunt": "~0.4.5",
37+
"grunt": ">=0.4.5",
3838
"tslint": "^3.0.0 || >=3.0.0-dev || >=3.1.0-dev || >=3.2.0-dev || >=3.3.0-dev || >=3.4.0-dev || >=3.5.0-dev || >=3.6.0-dev || >=3.7.0-dev"
3939
},
4040
"keywords": [

0 commit comments

Comments
 (0)