Update package TypeScript to 1.6

This commit is contained in:
Josh Goldberg
2015-10-04 21:48:22 -07:00
parent 4d4e905551
commit af420d01fc
2 changed files with 9 additions and 9 deletions
+3 -3
View File
@@ -1,7 +1,7 @@
Distribution
Distribution/**
Source/*.js
Source/*.md
Source/*.txt
Source/**/*.js
Source/**/*.md
Source/**/*.txt
node_modules/
npm-debug.log
+6 -6
View File
@@ -15,18 +15,18 @@
},
"license": "MIT",
"devDependencies": {
"chai": "~2.2.X",
"chai": "~2.X",
"grunt": "~0.4.X",
"grunt-cli": "~0.1.X",
"grunt-contrib-clean": "~0.6.X",
"grunt-contrib-copy": "~0.8.X",
"grunt-contrib-uglify": "~0.8.X",
"grunt-mocha-phantomjs": "~0.7.X",
"grunt-tslint": "2.0.X",
"grunt-typescript": "0.6.X",
"grunt-mocha-phantomjs": "~2.X",
"grunt-tslint": "~2.4.X",
"grunt-typescript": "~0.7.X",
"mocha": "~2.2.X",
"grunt-preprocess": "~4.1.X",
"tslint": "~2.0.X",
"typescript": "~1.4.X"
"tslint": "~2.4.X",
"typescript": "~1.6.X"
}
}