-
Notifications
You must be signed in to change notification settings - Fork 522
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixup! feat(builtin): enable coverage on nodejs_test
- Loading branch information
Fabian Wiles
committed
Oct 12, 2019
1 parent
8b7a064
commit 415ae84
Showing
2 changed files
with
13 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
{ | ||
"private": true, | ||
"devDependencies": { | ||
"@babel/core": "7.5.5", | ||
"@babel/preset-es2015": "7.0.0-beta.53", | ||
"@zeit/ncc": "0.20.4", | ||
"babelify": "10.0.0", | ||
"base64-js": "1.3.1", | ||
"browserify": "16.5.0", | ||
"ieee754": "1.1.13", | ||
"named-amd": "1.0.0", | ||
"terser": "4.1.4" | ||
} | ||
} | ||
"private": true, | ||
"devDependencies": { | ||
"@babel/core": "7.5.5", | ||
"@babel/preset-es2015": "7.0.0-beta.53", | ||
"@zeit/ncc": "0.20.4", | ||
"babelify": "10.0.0", | ||
"base64-js": "1.3.1", | ||
"browserify": "16.5.0", | ||
"ieee754": "1.1.13", | ||
"named-amd": "1.0.0", | ||
"terser": "4.1.4" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters