diff options
author | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2015-10-25 19:41:15 +0100 |
---|---|---|
committer | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2015-10-25 19:41:15 +0100 |
commit | 78e492ca461ccba1ca57eb2362be02280ef232ac (patch) | |
tree | c93a0b737a4da3d8c8bd63285ad541778cb3ba95 /package.json | |
parent | 4505aeabed26fbcb7bb896f046c65da9e1bd65b1 (diff) | |
download | svg.js-78e492ca461ccba1ca57eb2362be02280ef232ac.tar.gz svg.js-78e492ca461ccba1ca57eb2362be02280ef232ac.zip |
UMD-Wrappper with possibility to add custom window object (#352)
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/package.json b/package.json index 68b3908..400af67 100644 --- a/package.json +++ b/package.json @@ -58,8 +58,7 @@ "gulp-size": "^0.4.0", "gulp-trimlines": "^1.0.0", "gulp-uglify": "^0.3.1", - "gulp-wrap-umd": "^0.2.1", - "gulp-wrapper": "^0.1.42", + "gulp-wrap": "^0.11.0", "request": "^2.37.0" } } |