We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c467f01 commit b001f74Copy full SHA for b001f74
.gitignore
@@ -2,6 +2,7 @@
2
3
# compiled output
4
dist
5
+projects/shepherd/README.md
6
/tmp
7
/out-tsc
8
package.json
@@ -10,7 +10,7 @@
10
],
11
"scripts": {
12
"build": "ng build",
13
- "build_lib": "ng build shepherd && cp README.md projects/shepherd/dist/",
+ "build_lib": "ng build shepherd && cp README.md projects/shepherd/",
14
"e2e": "ng e2e",
15
"lint": "ng lint",
16
"ng": "ng",
projects/shepherd/package.json
@@ -30,7 +30,8 @@
30
"registry": "https://registry.npmjs.org"
31
},
32
"files": [
33
- "dist"
+ "dist",
34
+ "README.md"
35
36
"module": "./dist/fesm2022/angular-shepherd.mjs",
37
"types": "./dist/types/angular-shepherd.d.ts",
0 commit comments