Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 47ad255

Browse files
committedNov 2, 2018
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
 

‎package.json

Lines changed: 0 additions & 3 deletions
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",

‎projects/testing-library/package.json

Lines changed: 3 additions & 0 deletions
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)
Please sign in to comment.