Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohann-S <johann.servoire@gmail.com>2018-08-12 22:41:17 +0300
committerJohann-S <johann.servoire@gmail.com>2018-08-13 00:34:25 +0300
commitc0b40745e0bc777fa9a435070f7f08442a248b87 (patch)
treee6c397fa190117e7d43ff2da2f75c339c0758b01 /package.json
parentc81bae06f57e35c83007c80c3495b78dac0a5ca6 (diff)
add babel plugin proposal object rest spread to our dev deps
Diffstat (limited to 'package.json')
-rw-r--r--package.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json
index 608077e089..dc95ea6637 100644
--- a/package.json
+++ b/package.json
@@ -99,6 +99,7 @@
"devDependencies": {
"@babel/cli": "7.0.0-rc.1",
"@babel/core": "7.0.0-rc.1",
+ "@babel/plugin-proposal-object-rest-spread": "^7.0.0-rc.1",
"@babel/preset-env": "7.0.0-rc.1",
"autoprefixer": "^9.1.0",
"babel-eslint": "9.0.0-beta.3",