This commit is contained in:
Nicolò Ribaudo
2019-09-23 23:14:37 +02:00
parent 69d00dc5b0
commit b9cb4af953
24 changed files with 76 additions and 76 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-transform-spread",
"version": "7.2.2",
"version": "7.6.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.2",
"@babel/core": "^7.6.2",
"@babel/helper-plugin-test-runner": "^7.0.0"
}
}