diff options
| author | greenkeeper[bot] <greenkeeper[bot]@users.noreply.github.com> | 2018-07-24 21:58:34 +0000 |
|---|---|---|
| committer | Aya Morisawa <AyaMorisawa4869@gmail.com> | 2018-07-25 12:15:40 +0900 |
| commit | bb14af8b407d5e59ae0753faebbda53f07bc8969 (patch) | |
| tree | 3c32f0e2ee12d1a6371a4687088bca560b464803 | |
| parent | fix(package): update @types/node to version 10.5.3 (diff) | |
| download | sharkey-bb14af8b407d5e59ae0753faebbda53f07bc8969.tar.gz sharkey-bb14af8b407d5e59ae0753faebbda53f07bc8969.tar.bz2 sharkey-bb14af8b407d5e59ae0753faebbda53f07bc8969.zip | |
fix(package): update gulp-uglify to version 3.0.1
| -rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 325455ee15..e35ab844e7 100644 --- a/package.json +++ b/package.json @@ -120,7 +120,7 @@ "gulp-stylus": "2.7.0", "gulp-tslint": "8.1.3", "gulp-typescript": "4.0.2", - "gulp-uglify": "3.0.0", + "gulp-uglify": "3.0.1", "gulp-util": "3.0.8", "hard-source-webpack-plugin": "0.11.2", "highlight.js": "9.12.0", |