Skip to content

Commit

Permalink
chore: update config
Browse files Browse the repository at this point in the history
  • Loading branch information
achingbrain committed Oct 6, 2023
1 parent 2a1bdd3 commit 719baee
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -129,9 +129,8 @@
"test:firefox-webworker": "aegir test -t webworker -- --browser firefox",
"test:node": "aegir test -t node --cov",
"test:electron-main": "aegir test -t electron-main",
"release": "run-s build docs:no-publish npm:release docs",
"docs": "NODE_OPTIONS=--max_old_space_size=8192 aegir docs",
"docs:no-publish": "NODE_OPTIONS=--max_old_space_size=8192 aegir docs --publish fals"
"release": "aegir release",
"docs": "aegir docs"
},
"dependencies": {
"@libp2p/interface-content-routing": "^2.1.1",
Expand All @@ -154,7 +153,6 @@
"ipfsd-ctl": "^13.0.0",
"it-all": "^3.0.3",
"kubo-rpc-client": "^3.0.1",
"npm-run-all": "^4.1.5",
"uint8arrays": "^4.0.6",
"wherearewe": "^2.0.1"
},
Expand Down

0 comments on commit 719baee

Please sign in to comment.