Skip to content

Commit

Permalink
updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
WebReflection committed Jun 18, 2020
1 parent 06d0eba commit d30a94a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -19,9 +19,9 @@
"author": "Andrea Giammarchi",
"license": "ISC",
"devDependencies": {
"ascjs": "^4.0.0",
"ascjs": "^4.0.1",
"coveralls": "^3.1.0",
"nyc": "^15.0.1"
"nyc": "^15.1.0"
},
"module": "./esm/index.js",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion test/index.js
Expand Up @@ -41,7 +41,7 @@ else {
samePromise().then(
result => {
console.log('worker', result);
console.assert(result === 1, 'master works');
console.assert(result === 1, 'worker works');
}
);
rejectingPromise().catch(error => {
Expand Down

0 comments on commit d30a94a

Please sign in to comment.