We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ed9e66 commit 47ad255Copy full SHA for 47ad255
package.json
@@ -21,9 +21,6 @@
21
"release": {
22
"pkgRoot": "dist/@angular-extensions/testing-library"
23
},
24
- "publishConfig": {
25
- "access": "public"
26
- },
27
"dependencies": {
28
"@angular/animations": "^7.0.0",
29
"@angular/common": "^7.0.0",
projects/testing-library/package.json
@@ -28,5 +28,8 @@
30
"dom-testing-library": "^3.11.1"
31
+ },
32
+ "publishConfig": {
33
+ "access": "public"
34
}
35
0 commit comments