Skip to content

Commit

Permalink
Merge pull request #8 from JakeSidSmith/ts-dependency
Browse files Browse the repository at this point in the history
Loosen typescript dependency to any 3.x.x
  • Loading branch information
JakeSidSmith authored Mar 3, 2020
2 parents cdd42a6 + 5fd72da commit e4cf2da
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jakesidsmith/tsassert",
"version": "0.1.2",
"version": "0.1.3",
"description": "Check TypeScript types against assertion comments",
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -43,7 +43,7 @@
"chalk": "^3.0.0",
"globule": "^1.3.0",
"jargs": "^0.4.1",
"typescript": "^3.7.4"
"typescript": "3.x.x"
},
"devDependencies": {
"@types/globule": "^1.1.3",
Expand All @@ -53,6 +53,6 @@
"tslint-eslint-rules": "^5.4.0"
},
"peerDependencies": {
"typescript": ">=3.7"
"typescript": "3.x.x"
}
}

0 comments on commit e4cf2da

Please sign in to comment.