mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-05 07:27:04 +03:00
knockout appendChild => append
and tested closure-compiler 0.2.12 but still broken for es6 mode
This commit is contained in:
parent
7713f459ac
commit
0f56c7d28f
11 changed files with 209 additions and 188 deletions
12
vendors/knockout/package.json
vendored
12
vendors/knockout/package.json
vendored
|
|
@ -29,11 +29,17 @@
|
|||
]
|
||||
},
|
||||
"licenses": [
|
||||
{ "type": "MIT", "url": "http://www.opensource.org/licenses/mit-license.php" }
|
||||
{
|
||||
"type": "MIT",
|
||||
"url": "http://www.opensource.org/licenses/mit-license.php"
|
||||
}
|
||||
],
|
||||
"devDependencies": {
|
||||
"grunt": "~0.4.1",
|
||||
"grunt-cli": "~0.1.0",
|
||||
"closure-compiler": "~0.2.1"
|
||||
"grunt-cli": "~0.1.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"closure-compiler": "^0.2.12",
|
||||
"google-closure-compiler": "^20200830.0.0"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue