Skip to content

Commit

Permalink
chore: rename scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
JLHwung committed Dec 26, 2019
1 parent 46a8efe commit cc7407f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/babel-preset-env/package.json
Expand Up @@ -11,7 +11,7 @@
"repository": "https://github.com/babel/babel/tree/master/packages/babel-preset-env",
"main": "lib/index.js",
"scripts": {
"build-data": "./scripts/download-compat-table.sh; node ./scripts/build-data.js; node ./scripts/build-modules-support.js; node ./scripts/build-corejs-shipped-proposals.js"
"build-data": "./scripts/download-compat-table.sh; node ./scripts/build-data.js; node ./scripts/build-modules-support.js; node ./scripts/build-corejs3-proposals.js"
},
"dependencies": {
"@babel/helper-module-imports": "^7.7.4",
Expand Down

0 comments on commit cc7407f

Please sign in to comment.