v7.0.0-beta.38

This commit is contained in:
Henry Zhu
2018-01-17 11:31:32 -05:00
parent 539009a980
commit b5d20ab171
137 changed files with 740 additions and 740 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-syntax-pipeline-operator",
"version": "7.0.0-beta.37",
"version": "7.0.0-beta.38",
"description": "Allow parsing of the pipeline operator",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-pipeline-operator",
"license": "MIT",
@@ -9,9 +9,9 @@
"babel-plugin"
],
"peerDependencies": {
"@babel/core": "7.0.0-beta.37"
"@babel/core": "7.0.0-beta.38"
},
"devDependencies": {
"@babel/core": "7.0.0-beta.37"
"@babel/core": "7.0.0-beta.38"
}
}