Upgrade to latest babel
This commit is contained in:
parent
0acef8b49d
commit
124a45026f
4
.babelrc
4
.babelrc
@ -1,8 +1,8 @@
|
|||||||
{
|
{
|
||||||
"presets": [
|
"presets": [
|
||||||
["env", {
|
["@babel/preset-env", {
|
||||||
"targets": {
|
"targets": {
|
||||||
"browsers": ["last 2 versions", "safari >= 10", "IE 11"]
|
"browsers": ["last 2 versions", "safari >= 10", "IE >= 11"]
|
||||||
}
|
}
|
||||||
}]
|
}]
|
||||||
]
|
]
|
||||||
|
1931
package-lock.json
generated
1931
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -8,9 +8,6 @@
|
|||||||
"locale": "locale",
|
"locale": "locale",
|
||||||
"src": "src"
|
"src": "src"
|
||||||
},
|
},
|
||||||
"scripts": {
|
|
||||||
"test": ""
|
|
||||||
},
|
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git://github.com/jcbrand/converse.js.git"
|
"url": "git://github.com/jcbrand/converse.js.git"
|
||||||
@ -32,11 +29,11 @@
|
|||||||
"browser": "*"
|
"browser": "*"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
"@babel/core": "^7.0.0-beta.32",
|
||||||
|
"@babel/preset-env": "^7.0.0-beta.32",
|
||||||
"almond": "~0.3.3",
|
"almond": "~0.3.3",
|
||||||
"awesomplete-avoid-xss": "^1.1.2",
|
"awesomplete-avoid-xss": "^1.1.2",
|
||||||
"babel-cli": "^6.18.0",
|
"babel-cli": "^7.0.0-beta.3",
|
||||||
"babel-preset-env": "^1.5.2",
|
|
||||||
"babel-preset-latest": "^6.16.0",
|
|
||||||
"backbone": "1.3.3",
|
"backbone": "1.3.3",
|
||||||
"backbone.browserStorage": "0.0.3",
|
"backbone.browserStorage": "0.0.3",
|
||||||
"backbone.overview": "0.0.3",
|
"backbone.overview": "0.0.3",
|
||||||
|
Loading…
Reference in New Issue
Block a user