v7.0.0-beta.45

This commit is contained in:
Henry Zhu
2018-04-22 21:55:16 -04:00
parent 0bb71caad3
commit b414387bb1
141 changed files with 850 additions and 850 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@babel/helper-simple-access",
"version": "7.0.0-beta.44",
"version": "7.0.0-beta.45",
"description": "Babel helper for ensuring that access to a given value is performed through simple accesses",
"author": "Logan Smyth <loganfsmyth@gmail.com>",
"homepage": "https://babeljs.io/",
@@ -8,8 +8,8 @@
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-simple-access",
"main": "lib/index.js",
"dependencies": {
"@babel/template": "7.0.0-beta.44",
"@babel/types": "7.0.0-beta.44",
"@babel/template": "7.0.0-beta.45",
"@babel/types": "7.0.0-beta.45",
"lodash": "^4.2.0"
}
}