aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2016-02-29 18:11:15 +0100
committerFlorian Dold <florian.dold@gmail.com>2016-02-29 18:11:15 +0100
commit9beacc4688381544fb06ac71bc63b6f5ffd5af82 (patch)
tree14917a0c8fcf94bb4ffd95b981a16e3db08fe433 /package.json
parent33f947cd93a5286d620da0d91c5e8333926c605f (diff)
downloadwallet-core-9beacc4688381544fb06ac71bc63b6f5ffd5af82.tar.xz
remove unused dev deps
Diffstat (limited to 'package.json')
-rw-r--r--package.json6
1 files changed, 2 insertions, 4 deletions
diff --git a/package.json b/package.json
index 680a01d30..f1c95ffcc 100644
--- a/package.json
+++ b/package.json
@@ -15,8 +15,7 @@
"devDependencies": {
"better-assert": "^1.0.2",
"del": "^2.2.0",
- "esprima": "^2.7.1",
- "gulp": "^3.9.0",
+ "gulp": "^3.9.1",
"gulp-json-transform": "^0.3.0",
"gulp-typescript": "^2.10.0",
"gulp-zip": "^3.1.0",
@@ -26,7 +25,6 @@
"po2json": "git+https://github.com/mikeedwards/po2json",
"systemjs": "^0.19.14",
"through2": "^2.0.1",
- "typescript": "^1.9.0-dev.20160225",
- "vinyl": "^1.1.1"
+ "typescript": "^1.9.0-dev.20160225"
}
}