From f92c2ae830dbb32013a36fa74facd2ef95b9947d Mon Sep 17 00:00:00 2001 From: Jamie Kyle Date: Tue, 4 Jun 2019 14:57:38 -0700 Subject: [PATCH] Change root package.json#name (#10021) * Change root package.json#name I'm pretty sure GitHub's new Dependants feature is based on this package.json. I'm updating it here so it will reflect the new name for the core package. * Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 44df123af61c..787708075ea8 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "babel", + "name": "babel-core", "private": true, "license": "MIT", "scripts": {