Skip to content

Commit b001f74

Browse files
Adjust README position
1 parent c467f01 commit b001f74

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
# compiled output
44
dist
5+
projects/shepherd/README.md
56
/tmp
67
/out-tsc
78

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
],
1111
"scripts": {
1212
"build": "ng build",
13-
"build_lib": "ng build shepherd && cp README.md projects/shepherd/dist/",
13+
"build_lib": "ng build shepherd && cp README.md projects/shepherd/",
1414
"e2e": "ng e2e",
1515
"lint": "ng lint",
1616
"ng": "ng",

projects/shepherd/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@
3030
"registry": "https://registry.npmjs.org"
3131
},
3232
"files": [
33-
"dist"
33+
"dist",
34+
"README.md"
3435
],
3536
"module": "./dist/fesm2022/angular-shepherd.mjs",
3637
"types": "./dist/types/angular-shepherd.d.ts",

0 commit comments

Comments
 (0)