v7.0.0-beta.36

This commit is contained in:
Henry Zhu
2017-12-25 14:04:08 -05:00
parent ed2b88830e
commit 7d798952d2
137 changed files with 738 additions and 738 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-syntax-numeric-separator",
"version": "7.0.0-beta.35",
"version": "7.0.0-beta.36",
"description": "Allow parsing of Decimal, Binary, Hex and Octal literals that contain a Numeric Literal Separator",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-numeric-separator",
"license": "MIT",
@@ -9,9 +9,9 @@
"babel-plugin"
],
"peerDependencies": {
"@babel/core": "7.0.0-beta.35"
"@babel/core": "7.0.0-beta.36"
},
"devDependencies": {
"@babel/core": "7.0.0-beta.35"
"@babel/core": "7.0.0-beta.36"
}
}