This commit is contained in:
syuilo 2017-08-10 22:37:35 +09:00
parent 84d0ad12d1
commit e21f4d3a5b
2 changed files with 30 additions and 1 deletions

View file

@ -35,6 +35,7 @@
"@types/express": "4.0.36",
"@types/gm": "1.17.32",
"@types/gulp": "4.0.3",
"@types/gulp-htmlmin": "1.3.30",
"@types/gulp-mocha": "0.0.30",
"@types/gulp-rename": "0.0.32",
"@types/gulp-replace": "0.0.30",
@ -70,6 +71,7 @@
"gulp": "3.9.1",
"gulp-cssnano": "2.1.2",
"gulp-imagemin": "3.3.0",
"gulp-htmlmin": "3.0.0",
"gulp-mocha": "4.3.1",
"gulp-pug": "3.3.0",
"gulp-rename": "1.2.2",
@ -148,6 +150,6 @@
"uuid": "3.1.0",
"vhost": "3.0.2",
"websocket": "1.0.24",
"xev": "^2.0.0"
"xev": "2.0.0"
}
}