Skip to content

Commit

Permalink
chore: fix deprecation warning with Node.js imports
Browse files Browse the repository at this point in the history
  • Loading branch information
mxschmitt committed Apr 20, 2021
1 parent f9af4c3 commit 3b33a2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/build_package.js
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ if (!args.some(arg => arg === '--no-cleanup')) {
require: './index.js',
},
// Anything else can be required/imported by providing a relative path.
'./': './',
'./*': './*.js',
},
scripts: {
install: 'node install.js',
Expand Down

0 comments on commit 3b33a2a

Please sign in to comment.