Skip to content

Commit

Permalink
revert: revert typescript version
Browse files Browse the repository at this point in the history
  • Loading branch information
Wendell committed Mar 4, 2019
1 parent d42fb3c commit fe81dd7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
"tsickle": ">=0.34.0",
"tslib": "^1.9.0",
"tslint": "~5.11.0",
"typescript": "~3.1.6",
"typescript": "~3.2.2",
"webpack-bundle-analyzer": "^3.0.2",
"yaml-front-matter": "^4.0.0",
"zone.js": "~0.8.26"
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
"noImplicitThis": true,
"skipLibCheck": true,
"strictFunctionTypes": true,
"strictNullChecks": true,
"strictNullChecks": true
}
}

0 comments on commit fe81dd7

Please sign in to comment.