Unify main property in package.json [skip ci] (#7825)

This commit is contained in:
Hana Shiro
2018-05-01 11:15:02 -05:00
committed by Henry Zhu
parent 8060ae5dae
commit 494a56df5f
5 changed files with 5 additions and 5 deletions

View File

@@ -2,7 +2,7 @@
"name": "@babel/core",
"version": "7.0.0-beta.46",
"description": "Babel compiler core.",
"main": "./lib/index.js",
"main": "lib/index.js",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",
"license": "MIT",