Skip to content

Commit 47ad255

Browse files
committed
fix: move publishConfig to project package
1 parent 8ed9e66 commit 47ad255

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: package.json

-3
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,6 @@
2121
"release": {
2222
"pkgRoot": "dist/@angular-extensions/testing-library"
2323
},
24-
"publishConfig": {
25-
"access": "public"
26-
},
2724
"dependencies": {
2825
"@angular/animations": "^7.0.0",
2926
"@angular/common": "^7.0.0",

Diff for: projects/testing-library/package.json

+3
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,8 @@
2828
},
2929
"dependencies": {
3030
"dom-testing-library": "^3.11.1"
31+
},
32+
"publishConfig": {
33+
"access": "public"
3134
}
3235
}

0 commit comments

Comments
 (0)