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 547f609

Browse files
committedNov 2, 2018
fix: make publish public
1 parent a322cf4 commit 547f609

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@
2121
"release": {
2222
"pkgRoot": "dist/@angular-extensions/testing-library"
2323
},
24+
"publishConfig": {
25+
"access": "public"
26+
},
2427
"dependencies": {
2528
"@angular/animations": "^7.0.0",
2629
"@angular/common": "^7.0.0",

0 commit comments

Comments
 (0)
Please sign in to comment.