Skip to content

Commit 7140c40

Browse files
committed
bump typescript version to 1.4.1
1 parent 5d43260 commit 7140c40

File tree

10 files changed

+2704
-79140
lines changed

10 files changed

+2704
-79140
lines changed

Gruntfile.js

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -93,13 +93,6 @@ module.exports = function (grunt) {
9393
'built/main.js': ['tmp/main/index.js']
9494
},
9595
options : {
96-
shim: {
97-
typescriptServices: {
98-
path: 'third_party/typescript/typescriptServices.js',
99-
exports: 'TypeScript'
100-
}
101-
},
102-
noParse: ['third_party/typescript/typescriptServices.js'],
10396
standalone: 'bracketsTypescript'
10497
}
10598
},

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,21 +14,22 @@
1414
},
1515
"devDependencies": {
1616
"bluebird": "~1.2.3",
17-
"grunt": "~0.4.1",
17+
"grunt": "^0.4.5",
1818
"grunt-browserify": "~1.3.0",
1919
"grunt-contrib-clean": "~0.5.0",
2020
"grunt-contrib-compress": "~0.5.3",
2121
"grunt-contrib-copy": "~0.4.1",
2222
"grunt-contrib-jasmine": "~0.5.2",
2323
"grunt-template-jasmine-istanbul": "~0.2.6",
2424
"grunt-tslint": "~0.4.1",
25-
"grunt-typescript": "~0.3.0",
25+
"grunt-typescript": "^0.6.1",
2626
"istanbulify": "~0.1.0",
2727
"jest": "^0.1.37",
2828
"matchdep": "~0.1.2",
2929
"minimatch": "~0.2.14"
3030
},
3131
"dependencies": {
32+
"typescript": "^1.4.1",
3233
"typescript-project-services": "^0.1.0"
3334
}
3435
}

0 commit comments

Comments
 (0)