Skip to content

Commit

Permalink
Merge pull request #2379 from dedis/nobufferimport
Browse files Browse the repository at this point in the history
Don't import buffer
  • Loading branch information
nkcr authored Sep 24, 2020
2 parents 4de9457 + f38750f commit 16fae9a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion external/js/cothority/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@dedis/cothority",
"version": "3.5.2",
"version": "3.5.3",
"description": "A typescript implementation of the cothority",
"main": "index.js",
"browser": "bundle.min.js",
Expand Down
1 change: 0 additions & 1 deletion external/js/cothority/src/log.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import { Buffer } from "buffer/";
import util from "util";

const defaultLvl = 2;
Expand Down

0 comments on commit 16fae9a

Please sign in to comment.