Skip to content

Commit a64ca4b

Browse files
Keep trying to make release-plan work
1 parent f022d99 commit a64ca4b

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# See http://help.github.com/ignore-files/ for more about ignoring files.
22

33
# compiled output
4-
/dist
4+
dist
55
/tmp
66
/out-tsc
77

projects/shepherd/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ This is an Angular wrapper for the [Shepherd](https://github.com/shipshapecode/s
2222
- Angular 17: 17.x
2323
- Angular 18: 18.x
2424
- Angular 19: 19.x
25+
- Angular 20: 20.x
26+
- Angular 21: 21.x
2527

2628
This has not been tested in anything but Angular 8+. It may or may not work in previous versions or subsequent versions of Angular. We would love to support multiple versions, if people with more Angular knowledge would be willing to help us out!
2729

projects/shepherd/ng-package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "../../node_modules/ng-packagr/ng-package.schema.json",
3-
"dest": "../../dist/angular-shepherd",
3+
"dest": "dist",
44
"lib": {
55
"entryFile": "src/public_api.ts"
66
},

projects/shepherd/package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,11 @@
2727
"@angular/core": "^21.0.0"
2828
},
2929
"publishConfig": {
30-
"registry": "https://registry.npmjs.org",
31-
"directory": "../../dist/angular-shepherd"
30+
"registry": "https://registry.npmjs.org"
3231
},
32+
"files": [
33+
"dist"
34+
],
3335
"release-plan": {
3436
"tagFormat": "v${version}"
3537
}

0 commit comments

Comments
 (0)