Skip to content

Commit

Permalink
fix: remove unused dep
Browse files Browse the repository at this point in the history
  • Loading branch information
tchardin committed Apr 7, 2022
1 parent 80009dc commit 75eb68d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 4 additions & 1 deletion .aegir.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
'use strict';
"use strict";

/** @type {import('aegir').PartialOptions} */
module.exports = {
tsRepo: true,
build: {
bundlesizeMax: "155kB",
},
};
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,7 @@
"peer-id": "^0.16.0",
"uint8arrays": "^3.0.0",
"uuid": "^8.3.2",
"varint": "^6.0.0",
"varint-decoder": "^1.0.0"
"varint": "^6.0.0"
},
"types": "dist/src/index.d.ts",
"publishConfig": {
Expand Down

0 comments on commit 75eb68d

Please sign in to comment.