v7.0.0-beta.5

This commit is contained in:
Henry Zhu
2017-10-30 16:55:46 -04:00
parent bede73122d
commit 690d6465d8
132 changed files with 536 additions and 536 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@babel/helper-simple-access",
"version": "7.0.0-beta.4",
"version": "7.0.0-beta.5",
"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.4",
"@babel/types": "7.0.0-beta.4",
"@babel/template": "7.0.0-beta.5",
"@babel/types": "7.0.0-beta.5",
"lodash": "^4.2.0"
}
}