1
0
mirror of https://github.com/videojs/video.js.git synced 2024-11-24 08:42:25 +02:00

chore(package): remove es2015-loose since it's an option for es2015 (#3629)

babel-preset-es2015-loose is deprecated as it's now available as an option to the es2015 preset.
This commit is contained in:
Gary Katsevman 2016-09-29 13:44:55 -04:00 committed by GitHub
parent 54e3db5d34
commit c545acdaea
2 changed files with 1 additions and 2 deletions

View File

@ -1,4 +1,4 @@
{
"presets": ["es2015-loose"],
"presets": [ ["es2015", {"loose": true}] ],
"plugins": ["transform-es3-property-literals", "transform-es3-member-expression-literals", "inline-json"]
}

View File

@ -47,7 +47,6 @@
"babel-plugin-transform-es3-property-literals": "^6.8.0",
"babel-plugin-transform-runtime": "^6.9.0",
"babel-preset-es2015": "^6.14.0",
"babel-preset-es2015-loose": "^7.0.0",
"babel-register": "^6.9.0",
"babelify": "^7.3.0",
"blanket": "^1.1.6",