Skip to content

Commit

Permalink
fix: update config
Browse files Browse the repository at this point in the history
  • Loading branch information
achingbrain committed Aug 11, 2022
1 parent 6f703f5 commit 1772185
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
11 changes: 7 additions & 4 deletions packages/ipfs-repo-migrations/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,19 @@
"dist/*",
"dist/src/*",
"dist/src/*/index"
],
"migrations/*": [
"*",
"dist/*",
"dist/migrations/*",
"dist/migrations/*/index"
]
}
},
"files": [
"src",
"dist",
"migrations",
"!dist/test",
"!**/*.tsbuildinfo"
],
Expand Down Expand Up @@ -200,9 +207,5 @@
},
"browser": {
"datastore-fs": "datastore-level"
},
"main": "src/index.js",
"publishConfig": {
"directory": "dist"
}
}
4 changes: 0 additions & 4 deletions packages/ipfs-repo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -224,9 +224,5 @@
},
"browser": {
"rimraf": false
},
"main": "src/index.js",
"publishConfig": {
"directory": "dist"
}
}

0 comments on commit 1772185

Please sign in to comment.