Skip to content

Commit 63a76e6

Browse files
committed
test: add publishConfig on package
1 parent 179f7ab commit 63a76e6

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

projects/ngx-fetcher-with-etag/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,8 @@
88
"dependencies": {
99
"tslib": "^2.3.0"
1010
},
11-
"sideEffects": false
11+
"sideEffects": false,
12+
"publishConfig": {
13+
"access": "public"
14+
}
1215
}

0 commit comments

Comments
 (0)