Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 2db5b86

Browse files
committedMar 31, 2017
Updated tslint dep
1 parent 04aefd8 commit 2db5b86

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": "simple-mapper",
33
"description": "Angular 2+ object-to-view-model mapper. Intended to facilitate working with JSON from web API endpoints.",
4-
"version": "1.0.3",
4+
"version": "1.0.4",
55
"license": "MIT",
66
"repository": "https://github.com/cdibbs/simple-mapper",
77
"scripts": {
@@ -47,7 +47,7 @@
4747
"karma-jasmine-html-reporter": "^0.2.2",
4848
"protractor": "~5.1.0",
4949
"ts-node": "^3.0.2",
50-
"tslint": "~4.5.0",
50+
"tslint": "^5.0.0",
5151
"typescript": "^2.2.1"
5252
}
5353
}

0 commit comments

Comments
 (0)
Please sign in to comment.