Skip to content

Commit

Permalink
Explicitly mark all packages with commonjs type
Browse files Browse the repository at this point in the history
See: https://nodejs.org/api/packages.html#packages_determining_module_system

> Package authors should include the "type" field, even in packages where all sources are CommonJS. Being explicit about the type of the package will future-proof the package in case the default type of Node.js ever changes, and it will also make things easier for build tools and loaders to determine how the files in the package should be interpreted.

Related issue: adeira/universe#2341

adeira-source-id: 7288ec22447e6de87afa3b2c0d510eb52772ecb3
  • Loading branch information
mrtnzlml authored and adeira-github-bot committed May 21, 2021
1 parent d745785 commit 6882396
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"private": false,
"version": "0.10.0",
"main": "./index.js",
"type": "commonjs",
"sideEffects": false,
"dependencies": {
"@adeira/js": "^2.1.0",
Expand Down

1 comment on commit 6882396

@vercel
Copy link

@vercel vercel bot commented on 6882396 May 21, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.