Skip to content

Commit

Permalink
Change root package.json#name (#10021)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
jamiebuilds authored and nicolo-ribaudo committed Jun 4, 2019
1 parent d7801c6 commit f92c2ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
@@ -1,5 +1,5 @@
{
"name": "babel",
"name": "babel-core",

This comment has been minimized.

Copy link
@Andarist

Andarist Jun 9, 2019

Member

@nicolo-ribaudo if anything this should be @babel/core now

This comment has been minimized.

Copy link
@nicolo-ribaudo

nicolo-ribaudo Jun 9, 2019

Member

GitHub doesn't support scoped packages, so we tried this to at least have a more representative number. It still doesn't work.

"private": true,
"license": "MIT",
"scripts": {
Expand Down

0 comments on commit f92c2ae

Please sign in to comment.