mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-01-03 05:22:26 +08:00
Merge pull request #1993 from Thomas131/master
Fix wrong comma placement in package.json
This commit is contained in:
commit
3203378685
1 changed files with 2 additions and 2 deletions
|
@ -115,10 +115,10 @@
|
|||
"rimraf": "3.0.2",
|
||||
"simplestatemanager": "4.1.1",
|
||||
"style-loader": "1.1.3",
|
||||
"underscore": "1.9.2",
|
||||
"underscore": "1.9.2"
|
||||
},
|
||||
"dependencies": {
|
||||
"gulp-terser": "^1.2.0"
|
||||
"gulp-terser": "^1.2.0",
|
||||
"webpack": "4.42.0",
|
||||
"webpack-cli": "3.3.11"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue