Skip to content

Commit

Permalink
add missed author field
Browse files Browse the repository at this point in the history
  • Loading branch information
zloirock committed Oct 16, 2022
1 parent b84bd24 commit aab66f4
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 0 deletions.
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@
"url": "https://github.com/zloirock/core-js.git"
},
"license": "MIT",
"author": {
"name": "Denis Pushkarev",
"email": "[email protected]",
"url": "http://zloirock.ru"
},
"workspaces": [
"./packages/*"
],
Expand Down
5 changes: 5 additions & 0 deletions packages/core-js-builder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@
"url": "https://opencollective.com/core-js"
},
"license": "MIT",
"author": {
"name": "Denis Pushkarev",
"email": "[email protected]",
"url": "http://zloirock.ru"
},
"sideEffects": false,
"main": "index.js",
"dependencies": {
Expand Down
5 changes: 5 additions & 0 deletions packages/core-js-bundle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,11 @@
"url": "https://opencollective.com/core-js"
},
"license": "MIT",
"author": {
"name": "Denis Pushkarev",
"email": "[email protected]",
"url": "http://zloirock.ru"
},
"main": "index.js",
"scripts": {
"postinstall": "node -e \"try{require('./postinstall')}catch(e){}\""
Expand Down
5 changes: 5 additions & 0 deletions packages/core-js-compat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@
"url": "https://opencollective.com/core-js"
},
"license": "MIT",
"author": {
"name": "Denis Pushkarev",
"email": "[email protected]",
"url": "http://zloirock.ru"
},
"sideEffects": false,
"main": "index.js",
"dependencies": {
Expand Down
5 changes: 5 additions & 0 deletions packages/core-js-pure/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,11 @@
"url": "https://opencollective.com/core-js"
},
"license": "MIT",
"author": {
"name": "Denis Pushkarev",
"email": "[email protected]",
"url": "http://zloirock.ru"
},
"sideEffects": [
"./modules/*.js"
],
Expand Down
5 changes: 5 additions & 0 deletions packages/core-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,11 @@
"url": "https://opencollective.com/core-js"
},
"license": "MIT",
"author": {
"name": "Denis Pushkarev",
"email": "[email protected]",
"url": "http://zloirock.ru"
},
"main": "index.js",
"scripts": {
"postinstall": "node -e \"try{require('./postinstall')}catch(e){}\""
Expand Down

0 comments on commit aab66f4

Please sign in to comment.