This commit is contained in:
Henry Zhu
2018-09-17 15:29:37 -04:00
parent 2b68181af2
commit fad74959f8
41 changed files with 101 additions and 104 deletions

View File

@@ -1,12 +1,12 @@
{
"name": "@babel/parser",
"version": "7.0.0",
"version": "7.1.0",
"description": "A JavaScript parser",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",
"license": "MIT",
"publishConfig": {
"access": "public"
"tag": "next"
},
"keywords": [
"babel",
@@ -34,8 +34,5 @@
},
"bin": {
"parser": "./bin/babel-parser.js"
},
"publishConfig": {
"tag": "next"
}
}