Skip to content

Commit 5998ec2

Browse files
committed
chore: update package config
1 parent 604a2b2 commit 5998ec2

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ package-lock.json
44
docs
55
types
66
.nyc_output
7+
*.log

packages/interface-blockstore/package.json

-3
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,5 @@
2828
"devDependencies": {
2929
"aegir": "^35.0.0",
3030
"rimraf": "^3.0.2"
31-
},
32-
"publishConfig": {
33-
"directory": "dist"
3431
}
3532
}

packages/interface-datastore-tests/package.json

+3
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,8 @@
4747
"parserOptions": {
4848
"sourceType": "module"
4949
}
50+
},
51+
"publishConfig": {
52+
"directory": "dist"
5053
}
5154
}

0 commit comments

Comments
 (0)