Skip to content

Commit

Permalink
Fix install issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
jjrv committed Apr 6, 2016
1 parent 25ccd74 commit ff777a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/DocBuilder.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ var hooks: readts.FormatHooks = {
}
};

var entityTbl = {
var entityTbl: { [char: string]: string } = {
'<': '&lt;',
'>': '&gt;',
'&': '&amp;'
Expand Down
2 changes: 1 addition & 1 deletion typings.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
"bluebird": "registry:npm/bluebird#3.2.1+20160211005852"
},
"ambientDependencies": {
"node": "registry:dt/node#4.0.0+20160317120654"
"node": "registry:dt/node#4.0.0+20160330064709"
}
}

0 comments on commit ff777a1

Please sign in to comment.