aboutsummaryrefslogtreecommitdiff
path: root/node_modules/gulp-typescript/package.json
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2016-11-16 01:59:39 +0100
committerFlorian Dold <florian.dold@gmail.com>2016-11-16 02:00:31 +0100
commitbd65bb67e25a79b019d745b7262b2008ce2adb15 (patch)
tree89e1b032103a63737f1a703e6a943832ef261704 /node_modules/gulp-typescript/package.json
parentf91466595b651721690133f58ab37f977539e95b (diff)
downloadwallet-core-bd65bb67e25a79b019d745b7262b2008ce2adb15.tar.xz
incrementally verify denoms
The denominations are not stored in a separate object store.
Diffstat (limited to 'node_modules/gulp-typescript/package.json')
-rw-r--r--node_modules/gulp-typescript/package.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/node_modules/gulp-typescript/package.json b/node_modules/gulp-typescript/package.json
index 715fc2046..c3ba228be 100644
--- a/node_modules/gulp-typescript/package.json
+++ b/node_modules/gulp-typescript/package.json
@@ -1,6 +1,6 @@
{
"name": "gulp-typescript",
- "version": "3.1.2",
+ "version": "3.1.3",
"description": "A typescript compiler for gulp with incremental compilation support.",
"homepage": "https://github.com/ivogabe/gulp-typescript",
"bugs": "https://github.com/ivogabe/gulp-typescript/issues",
@@ -64,8 +64,8 @@
"devDependencies": {
"@types/chalk": "^0.4.31",
"@types/gulp-util": "^3.0.29",
- "@types/node": "^6.0.45",
- "@types/source-map": "^0.1.28",
+ "@types/node": "^6.0.46",
+ "@types/source-map": "^0.1.29",
"@types/through2": "^2.0.31",
"@types/vinyl": "^1.2.30",
"@types/vinyl-fs": "0.0.28",
@@ -80,7 +80,7 @@
"typescript": "2.0.3"
},
"peerDependencies": {
- "typescript": "~2.0.3 || >=2.0.0-dev || >=2.1.0-dev"
+ "typescript": "~2.0.3 || >=2.0.0-dev || >=2.1.0-dev || >=2.2.0-dev"
},
"scripts": {
"test": "gulp"