Skip to content

Commit

Permalink
fixup! feat(builtin): enable coverage on nodejs_test
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabian Wiles committed Oct 12, 2019
1 parent 8b7a064 commit 415ae84
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 14 deletions.
26 changes: 13 additions & 13 deletions third_party/package.json
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"
}
}
1 change: 0 additions & 1 deletion third_party/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1831,4 +1831,3 @@ xtend@^4.0.0, xtend@^4.0.1, xtend@~4.0.1:
version "4.0.2"
resolved "https://registry.yarnpkg.com/xtend/-/xtend-4.0.2.tgz#bb72779f5fa465186b1f438f674fa347fdb5db54"
integrity sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==

0 comments on commit 415ae84

Please sign in to comment.