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

Commit

Permalink
Downgrade typescript version.
Browse files Browse the repository at this point in the history
  • Loading branch information
Douglas Ludlow committed Apr 8, 2016
1 parent 74a502c commit f4e2696
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ng2-bs3-modal",
"version": "0.5.0",
"version": "0.5.1",
"description": "Angular2 Boostrap3 Modal Component",
"main": "ng2-bs3-modal.js",
"scripts": {
Expand Down Expand Up @@ -50,8 +50,8 @@
"rimraf": "^2.5.1",
"rxjs": "5.0.0-beta.2",
"systemjs": "^0.19.23",
"tslint": "3.6.0-dev.1",
"typescript": "1.9.0-dev.20160322",
"tslint": "^3.7.1",
"typescript": "^1.8.9",
"typings": "^0.7.9",
"uglify-js": "^2.6.2",
"zone.js": "0.6.6"
Expand Down

0 comments on commit f4e2696

Please sign in to comment.