fix tests and Pr comments

This commit is contained in:
Marin Petrunić
2020-06-23 10:12:58 +02:00
parent d01d6f428a
commit 9dc300c65e
2 changed files with 8 additions and 13 deletions

View File

@ -2,7 +2,7 @@
"name": "libp2p-noise",
"version": "1.1.2",
"main": "dist/src/index.js",
"types": "dist/src/dist/index.d.ts",
"types": "dist/src/index.d.ts",
"files": [
"dist",
"src"
@ -19,16 +19,16 @@
"build": "aegir build --ts",
"lint": "aegir lint --ts",
"lint:fix": "aegir lint --ts --fix",
"test": "aegir test --ts",
"test": "aegir test --ts --node true",
"test:node": "aegir test -t node --ts",
"test:browser": "aegir test -t browser --ts",
"test:browser": "aegir test -t browser --node true --ts",
"proto:gen": "pbjs -t static-module -o ./src/proto/payload.js ./src/proto/payload.proto && pbts -o ./src/proto/payload.d.ts ./src/proto/payload.js && yarn run lint --fix"
},
"devDependencies": {
"@types/bl": "^2.1.0",
"@types/chai": "^4.2.4",
"@types/mocha": "^5.2.7",
"aegir": "ipfs/aegir#feat/cosmiconfig",
"aegir": "25.0.0",
"chai": "^4.2.0",
"karma-mocha-webworker": "^1.3.0",
"mocha": "^6.2.2",

View File

@ -1803,9 +1803,10 @@ add-stream@^1.0.0:
resolved "https://registry.yarnpkg.com/add-stream/-/add-stream-1.0.0.tgz#6a7990437ca736d5e1288db92bd3266d5f5cb2aa"
integrity sha1-anmQQ3ynNtXhKI25K9MmbV9csqo=
aegir@ipfs/aegir#feat/cosmiconfig:
version "24.0.0"
resolved "https://codeload.github.com/ipfs/aegir/tar.gz/15d895f22055023a78d704c8beabbd45c35a8f61"
aegir@25.0.0:
version "25.0.0"
resolved "https://registry.yarnpkg.com/aegir/-/aegir-25.0.0.tgz#9275c4dba0717355ee20c1c35cb27f474fadcca9"
integrity sha512-VP1ACVfnUj/k/kwc/W74IOFKVurPsN3BmWxtbxVpr7hLkOoi3/OYBaaROeVndmUiOHihye1PLQUAMpHROgRpeg==
dependencies:
"@babel/cli" "^7.10.1"
"@babel/core" "^7.10.2"
@ -1849,7 +1850,6 @@ aegir@ipfs/aegir#feat/cosmiconfig:
eslint-plugin-node "^11.0.0"
eslint-plugin-promise "^4.2.1"
eslint-plugin-standard "^4.0.1"
esm "^3.2.25"
execa "^4.0.0"
extract-zip "^2.0.1"
findup-sync "^4.0.0"
@ -4595,11 +4595,6 @@ eslint@^6.3.0:
text-table "^0.2.0"
v8-compile-cache "^2.0.3"
esm@^3.2.25:
version "3.2.25"
resolved "https://registry.yarnpkg.com/esm/-/esm-3.2.25.tgz#342c18c29d56157688ba5ce31f8431fbb795cc10"
integrity sha512-U1suiZ2oDVWv4zPO56S0NcR5QriEahGtdN2OR6FiOG4WJvcjBVFB0qI4+eKoWFH483PKGuLuu6V8Z4T5g63UVA==
espree@^6.1.2:
version "6.2.1"
resolved "https://registry.yarnpkg.com/espree/-/espree-6.2.1.tgz#77fc72e1fd744a2052c20f38a5b575832e82734a"