Skip to content

Commit 1772185

Browse files
committed
fix: update config
1 parent 6f703f5 commit 1772185

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

packages/ipfs-repo-migrations/package.json

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,19 @@
3535
"dist/*",
3636
"dist/src/*",
3737
"dist/src/*/index"
38+
],
39+
"migrations/*": [
40+
"*",
41+
"dist/*",
42+
"dist/migrations/*",
43+
"dist/migrations/*/index"
3844
]
3945
}
4046
},
4147
"files": [
4248
"src",
4349
"dist",
50+
"migrations",
4451
"!dist/test",
4552
"!**/*.tsbuildinfo"
4653
],
@@ -200,9 +207,5 @@
200207
},
201208
"browser": {
202209
"datastore-fs": "datastore-level"
203-
},
204-
"main": "src/index.js",
205-
"publishConfig": {
206-
"directory": "dist"
207210
}
208211
}

packages/ipfs-repo/package.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -224,9 +224,5 @@
224224
},
225225
"browser": {
226226
"rimraf": false
227-
},
228-
"main": "src/index.js",
229-
"publishConfig": {
230-
"directory": "dist"
231227
}
232228
}

0 commit comments

Comments
 (0)