Skip to content
This repository has been archived by the owner on May 20, 2020. It is now read-only.

Commit

Permalink
Merge pull request #9 from bettermarks/upgrade/day-2017-10-23
Browse files Browse the repository at this point in the history
Upgrade day
  • Loading branch information
saurabh2590 authored Oct 24, 2017
2 parents 374154e + 7df7ed6 commit 19abe97
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 26 deletions.
45 changes: 23 additions & 22 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bm-tslint-rules",
"version": "0.0.7",
"version": "0.0.8",
"description": "default tslint rules to use for projects using typescript",
"main": "tslint.json",
"files": [
Expand Down Expand Up @@ -28,11 +28,11 @@
"devDependencies": {
"@types/node": "^8.0.30",
"ts-node": "^3.3.0",
"tslint": "5.7.0",
"tslint": "5.8.0",
"tsutils": "^2.8.2",
"typescript": "~2.5.2"
"typescript": "~2.5.3"
},
"peerDependencies": {
"tslint": "5.7.0"
"tslint": "5.8.0"
}
}

0 comments on commit 19abe97

Please sign in to comment.