Skip to content
This repository was archived by the owner on Aug 24, 2020. It is now read-only.

Commit cf2c260

Browse files
Typing mistake, module is public
1 parent f1d171c commit cf2c260

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"e2e": "ng e2e",
1212
"packagr": "ng-packagr -p ng-package.json"
1313
},
14-
"private": true,
14+
"private": false,
1515
"dependencies": {
1616
"@angular/animations": "^5.0.0",
1717
"@angular/common": "^5.0.0",

0 commit comments

Comments
 (0)