Skip to content

Commit

Permalink
Update to typescript 1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
aalpern committed Sep 18, 2015
1 parent bd7ddb3 commit e3647e9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
3 changes: 2 additions & 1 deletion tessera-frontend/Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ module.exports = function(grunt) {
outDir: '_build/phase1',
options: {
target: 'es6',
comments: true
comments: true,
additionalFlags: '--moduleResolution node'
}
}
},
Expand Down
7 changes: 4 additions & 3 deletions tessera-frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@
"store": "^1.3.17"
},
"devDependencies": {
"babel-core": "^5.1.11",
"babelify": "^6.0.2",
"babel-core": "^5.8.23",
"babelify": "^6.3.0",
"grunt": "^0.4.5",
"grunt-browserify": "^3.8.0",
"grunt-cli": "^0.1.13",
Expand All @@ -59,6 +59,7 @@
"grunt-contrib-uglify": "^0.9.1",
"grunt-contrib-watch": "^0.6.1",
"grunt-sass": "1.0.0",
"grunt-ts": "^4.2.0"
"grunt-ts": "^4.2.0",
"typescript": "1.6.2"
}
}

0 comments on commit e3647e9

Please sign in to comment.