Skip to content

Commit

Permalink
Fix Emscripten compile issue by downgrading TypeScript to 2.3.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
jjrv committed Jul 21, 2017
1 parent 0dfb207 commit d5b051a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,12 @@
"nan": "^2.6.2"
},
"devDependencies": {
"@types/node": "^8.0.12",
"@types/node": "^8.0.14",
"autogypi": "~0.2.2",
"cbuild": "~0.1.2",
"node-gyp": "^3.6.2",
"tap": "^10.7.0",
"tslint": "^5.5.0",
"typescript": "^2.4.1"
"typescript": "~2.3.4"
}
}

0 comments on commit d5b051a

Please sign in to comment.