Skip to content

Commit cc7ecb9

Browse files
committed
removing duplicate LICENSE and README.md files
can copy them with the cp command
1 parent 9c1ccaa commit cc7ecb9

File tree

3 files changed

+1
-184
lines changed

3 files changed

+1
-184
lines changed

lib/LICENSE

-26
This file was deleted.

lib/README.md

-157
This file was deleted.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
}
1111
},
1212
"scripts": {
13-
"build": "ng-packagr -p lib/package.json",
13+
"build": "ng-packagr -p lib/package.json && cp README.md dist && cp LICENSE dist",
1414
"ios": "tns run ios --syncAllFiles",
1515
"android": "tns run android --syncAllFiles"
1616
},

0 commit comments

Comments
 (0)