We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04aefd8 commit 2db5b86Copy full SHA for 2db5b86
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "simple-mapper",
3
"description": "Angular 2+ object-to-view-model mapper. Intended to facilitate working with JSON from web API endpoints.",
4
- "version": "1.0.3",
+ "version": "1.0.4",
5
"license": "MIT",
6
"repository": "https://github.com/cdibbs/simple-mapper",
7
"scripts": {
@@ -47,7 +47,7 @@
47
"karma-jasmine-html-reporter": "^0.2.2",
48
"protractor": "~5.1.0",
49
"ts-node": "^3.0.2",
50
- "tslint": "~4.5.0",
+ "tslint": "^5.0.0",
51
"typescript": "^2.2.1"
52
}
53
0 commit comments