Skip to content

Commit

Permalink
chore: add lerna publish config
Browse files Browse the repository at this point in the history
  • Loading branch information
vasco-santos committed Aug 11, 2021
1 parent 16347de commit 0174acf
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/ipfs-unixfs-exporter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@
"npm": ">=7.0.0"
},
"homepage": "https://github.com/ipfs/js-ipfs-unixfs#readme",
"publishConfig": {
"directory": "dist"
},
"devDependencies": {
"@types/mocha": "^8.2.1",
"@types/sinon": "^10.0.0",
Expand Down
3 changes: 3 additions & 0 deletions packages/ipfs-unixfs-importer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@
"npm": ">=7.0.0"
},
"homepage": "https://github.com/ipfs/js-ipfs-unixfs#readme",
"publishConfig": {
"directory": "dist"
},
"devDependencies": {
"@types/mocha": "^8.2.1",
"aegir": "https://gitpkg.now.sh/ipfs/aegir?feat/build-esm-modules-follow-up-with-dist",
Expand Down
3 changes: 3 additions & 0 deletions packages/ipfs-unixfs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@
"npm": ">=7.0.0"
},
"homepage": "https://github.com/ipfs/js-ipfs-unixfs#readme",
"publishConfig": {
"directory": "dist"
},
"devDependencies": {
"@types/mocha": "^8.2.1",
"aegir": "https://gitpkg.now.sh/ipfs/aegir?feat/build-esm-modules-follow-up-with-dist",
Expand Down

0 comments on commit 0174acf

Please sign in to comment.