Skip to content

Commit def5388

Browse files
committed
set package private false
1 parent 26facb4 commit def5388

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"watch": "ng build --watch --configuration development",
99
"test": "ng test"
1010
},
11-
"private": true,
11+
"private": false,
1212
"dependencies": {
1313
"@angular/animations": "^17.3.0",
1414
"@angular/common": "^17.3.0",

0 commit comments

Comments
 (0)