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

Commit

Permalink
Prepare release v3.1.1; allow more versions of TSLint
Browse files Browse the repository at this point in the history
  • Loading branch information
jkillian authored Jun 25, 2016
1 parent c723adb commit 078fb50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "grunt-tslint",
"description": "Grunt plugin for TypeScript Linter",
"version": "3.1.0",
"version": "3.1.1",
"homepage": "https://github.com/palantir/grunt-tslint",
"author": {
"name": "Palantir Technologies, Inc."
Expand Down Expand Up @@ -35,7 +35,7 @@
},
"peerDependencies": {
"grunt": ">=0.4.5",
"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"
"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"
},
"keywords": [
"gruntplugin",
Expand Down

2 comments on commit 078fb50

@jkjustjoshing
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think you might have forgotten to add a git tag for this release version number!

@jkillian
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.