This commit is contained in:
Nicolò Ribaudo
2018-12-15 10:59:56 +01:00
parent 7bcd62cfee
commit c1499b13ac
15 changed files with 42 additions and 42 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-transform-spread",
"version": "7.2.0",
"version": "7.2.2",
"description": "Compile ES2015 spread to ES5",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-spread",
"license": "MIT",
@@ -18,7 +18,7 @@
"@babel/core": "^7.0.0-0"
},
"devDependencies": {
"@babel/core": "^7.2.0",
"@babel/core": "^7.2.2",
"@babel/helper-plugin-test-runner": "^7.0.0"
}
}