Upgrade to latest babel
Showing
This diff is collapsed.
... | @@ -8,9 +8,6 @@ | ... | @@ -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 @@ | ... | @@ -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", | ||
... | ... |
Please register or sign in to comment