Skip to content

Commit

Permalink
chore: apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
vasco-santos authored Aug 19, 2021
1 parent 387fd37 commit b126113
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/ipfs-unixfs-exporter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"prepare": "aegir build --no-bundle",
"test": "aegir test",
"build": "aegir build --esm-tests",
"postbuild": "npx json -I -f dist/package.json -e this.types='\"src/index.d.ts\"'",
"prepack": "npx json -I -f dist/package.json -e this.types='\"src/index.d.ts\"'",
"clean": "rimraf ./dist",
"lint": "aegir ts -p check && aegir lint",
"coverage": "nyc -s npm run test -t node && nyc report --reporter=html",
Expand Down
2 changes: 1 addition & 1 deletion packages/ipfs-unixfs-importer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"prepare": "aegir build --no-bundle",
"test": "aegir test",
"build": "aegir build --esm-tests",
"postbuild": "npx json -I -f dist/package.json -e this.types='\"src/index.d.ts\"'",
"prepack": "npx json -I -f dist/package.json -e this.types='\"src/index.d.ts\"'",
"clean": "rimraf ./dist",
"lint": "aegir ts -p check && aegir lint",
"coverage": "nyc -s npm run test -t node && nyc report --reporter=html",
Expand Down
2 changes: 1 addition & 1 deletion packages/ipfs-unixfs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"prepare:types": "aegir build --no-bundle",
"test": "aegir test",
"build": "aegir build --esm-tests",
"postbuild": "npx json -I -f dist/package.json -e this.types='\"src/index.d.ts\"'",
"prepack": "npx json -I -f dist/package.json -e this.types='\"src/index.d.ts\"'",
"clean": "rimraf ./dist",
"lint": "aegir ts -p check && aegir lint",
"coverage": "nyc -s aegir test -t node && nyc report --reporter=html",
Expand Down

0 comments on commit b126113

Please sign in to comment.