Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2ccd1ed

Browse files
committed
Update ncc
1 parent a59996a commit 2ccd1ed

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

dist/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -298,9 +298,9 @@ module.exports = require("tls");
298298
/***/ }),
299299

300300
/***/ 18:
301-
/***/ (function() {
301+
/***/ (function(module) {
302302

303-
eval("require")("encoding");
303+
module.exports = eval("require")("encoding");
304304

305305

306306
/***/ }),

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"devDependencies": {
1111
"@types/jest": "^25.1.4",
12-
"@zeit/ncc": "^0.21.1",
12+
"@zeit/ncc": "^0.22.0",
1313
"husky": "^4.2.3",
1414
"jest": "^25.1.0",
1515
"ts-jest": "^25.2.1",

0 commit comments

Comments
 (0)