Skip to content

Commit

Permalink
Update package.json files
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolo-ribaudo committed Jan 19, 2022
1 parent e8a3c1b commit 75e7519
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Expand Up @@ -2,7 +2,7 @@
"name": "@babel/eslint-plugin-development-internal",
"version": "7.16.5",
"description": "The Babel Team's ESLint custom rules plugin. Since it's internal, it might not respect semver.",
"main": "./lib/index.js",
"main": "./lib/index.cjs",
"keywords": [
"babel",
"eslint",
Expand Down
4 changes: 2 additions & 2 deletions eslint/babel-eslint-plugin-development/package.json
Expand Up @@ -8,10 +8,10 @@
"eslint-plugin"
],
"author": "The Babel Team (https://babel.dev/team)",
"main": "./lib/index.js",
"main": "./lib/index.cjs",
"type": "commonjs",
"exports": {
".": "./lib/index.js",
".": "./lib/index.cjs",
"./package.json": "./package.json"
},
"engines": {
Expand Down
4 changes: 2 additions & 2 deletions eslint/babel-eslint-plugin/package.json
Expand Up @@ -2,10 +2,10 @@
"name": "@babel/eslint-plugin",
"version": "7.16.5",
"description": "Companion rules for @babel/eslint-parser",
"main": "./lib/index.js",
"main": "./lib/index.cjs",
"type": "commonjs",
"exports": {
".": "./lib/index.js",
".": "./lib/index.cjs",
"./package.json": "./package.json"
},
"publishConfig": {
Expand Down

0 comments on commit 75e7519

Please sign in to comment.