File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ const gulp = require('gulp');
3
3
const path = require ( 'path' ) ;
4
4
const webpackStream = require ( 'webpack-stream' ) ;
5
5
const concat = require ( 'gulp-concat' ) ;
6
- const TerserPlugin = require ( 'terser-webpack-plugin' ) ;
7
6
const cleanCSS = require ( 'gulp-clean-css' ) ;
8
7
9
8
gulp . task ( 'clean' , ( ) => {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " shadowsocks-manager" ,
3
- "version" : " 0.37.0 " ,
3
+ "version" : " 0.37.1 " ,
4
4
"description" : " A shadowsocks manager tool for multi user and traffic control." ,
5
5
"main" : " server.js" ,
6
6
"scripts" : {
Original file line number Diff line number Diff line change 1
- const ONLINE_CACHE_NAME = '2021-05-08 21:00:34 <%= serviceWorkerTime%>' ;
1
+ const ONLINE_CACHE_NAME = '2021-05-08 21:00:50 <%= serviceWorkerTime%>' ;
2
2
const isSWOpen = JSON . parse ( '<%= serviceWorker%>' ) ;
3
3
4
4
const emptyCacheUrl = [ ] ;
You can’t perform that action at this time.
0 commit comments