-
Notifications
You must be signed in to change notification settings - Fork 886
Commit
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "tslint", | ||
"version": "3.3.0-dev.1", | ||
"version": "3.3.0-dev.2", | ||
"description": "a static analysis linter for TypeScript", | ||
"bin": { | ||
"tslint": "./bin/tslint" | ||
|
@@ -40,7 +40,7 @@ | |
"typescript": "next" | ||
}, | ||
"peerDependencies": { | ||
"typescript": ">=1.7.3 || >=1.7.0-dev.20151003 || >=1.8.0-dev || >=1.9.0-dev" | ||
"typescript": ">=1.7.3 || >=1.8.0-dev || >=1.9.0-dev" | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
alexeagle
Contributor
|
||
}, | ||
"license": "Apache-2.0", | ||
"typescript": { | ||
|
hey @jkillian is there a reason the last option (1.9) was never merged to master? I'd like to upgrade angular's tslint from 3.7.0-dev.2 to 3.9.0 but our shrinkwrap fails due to unmet peer dep