Skip to content

Commit

Permalink
Fix #16: add 'module' to package.json, manually fix dependabot alerts (
Browse files Browse the repository at this point in the history
…#17)

Co-authored-by: Denis Tokarev <github@devlato.com>
  • Loading branch information
github-actions[bot] and devlato committed May 19, 2021
1 parent f6397ea commit 2ef43fa
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 44 deletions.
83 changes: 41 additions & 42 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
@@ -1,8 +1,9 @@
{
"name": "async-wait-until",
"version": "2.0.5",
"version": "2.0.6",
"description": "Waits for a given predicate callback to return a truthy value and resolves",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts",
"scripts": {
"spellcheck": "cross-env NODE_ENV=production write-good *.md",
Expand Down
2 changes: 1 addition & 1 deletion rollup.config.js
Expand Up @@ -39,7 +39,7 @@ export default {
},
{
...OUTPUT_CONFIG,
file: 'dist/es.js',
file: 'dist/index.esm.js',
format: 'es',
},
{
Expand Down

0 comments on commit 2ef43fa

Please sign in to comment.