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

@@ -4,7 +4,7 @@
"description": "Allow parsing of the nullish-coalescing operator",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-nullish-coalescing-operator",
"license": "MIT",
"main": "lib",
"main": "lib/index.js",
"keywords": [
"babel-plugin"
],