Skip to content

Commit

Permalink
[core] Download tracker rename (#33951)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaldudak committed Aug 16, 2022
1 parent e057e94 commit dfc0b89
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -7,7 +7,7 @@
"deduplicate": "node scripts/deduplicate.js",
"benchmark:browser": "yarn workspace benchmark browser",
"build:codesandbox": "lerna run --parallel --scope \"@mui/*\" build",
"release:version": "lerna version --no-changelog --no-push --no-git-tag-version --force-publish=@mui/core-internal-download-tracker",
"release:version": "lerna version --no-changelog --no-push --no-git-tag-version --force-publish=@mui/core-downloads-tracker",
"release:build": "lerna run --parallel --scope \"@mui/*\" build",
"release:changelog": "node scripts/releaseChangelog",
"release:publish": "lerna publish from-package --dist-tag latest --contents build",
Expand Down
@@ -1,4 +1,4 @@
# @mui/core-internal-download-tracker
# @mui/core-downloads-tracker

This package does not contain any code.
It is used solely to track number of downloads of @mui/material and @mui/joy (the only packages that depend on it) and help us determine the number of users of @mui/base.
Expand Down
@@ -1,14 +1,14 @@
{
"name": "@mui/core-internal-download-tracker",
"name": "@mui/core-downloads-tracker",
"version": "5.10.1",
"private": false,
"author": "MUI Team",
"description": "Internal package to track number of downloads of our design system libraries",
"main": "./index.js",
"files": [],
"repository": {
"type": "git",
"url": "https://github.com/mui/material-ui.git",
"directory": "packages/mui-core-internal-download-tracker"
"directory": "packages/core-downloads-tracker"
},
"license": "MIT",
"bugs": {
Expand All @@ -20,10 +20,10 @@
"url": "https://opencollective.com/mui"
},
"scripts": {
"build": "mkdir build && cpy index.js build/ && yarn build:copy-files",
"build": "mkdir build && yarn build:copy-files",
"build:copy-files": "node ../../scripts/copy-files.js",
"prebuild": "rimraf build",
"release": "npm publish ."
"release": "yarn build && npm publish build"
},
"publishConfig": {
"access": "public"
Expand Down
1 change: 0 additions & 1 deletion packages/mui-core-internal-download-tracker/index.js

This file was deleted.

2 changes: 1 addition & 1 deletion packages/mui-joy/package.json
Expand Up @@ -58,7 +58,7 @@
"dependencies": {
"@babel/runtime": "^7.17.2",
"@mui/base": "5.0.0-alpha.93",
"@mui/core-internal-download-tracker": "^5.10.1",
"@mui/core-downloads-tracker": "^5.10.1",
"@mui/system": "^5.10.1",
"@mui/types": "^7.1.5",
"@mui/utils": "^5.9.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-material/package.json
Expand Up @@ -62,7 +62,7 @@
"dependencies": {
"@babel/runtime": "^7.17.2",
"@mui/base": "5.0.0-alpha.93",
"@mui/core-internal-download-tracker": "^5.10.1",
"@mui/core-downloads-tracker": "^5.10.1",
"@mui/system": "^5.10.1",
"@mui/types": "^7.1.5",
"@mui/utils": "^5.9.3",
Expand Down

0 comments on commit dfc0b89

Please sign in to comment.