File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 11{
2- "solution" : {},
2+ "solution" : {
3+ "packages" : {
4+ "angular-shepherd" : " projects/shepherd"
5+ }
6+ },
37 "description": "## Release (2024-07-10)\n\n\n\n#### :boom: Breaking Change\n* `angular-shepherd`\n * [#2243](https://github.com/shepherd-pro/angular-shepherd/pull/2243) update angular 18 ([@bastienmoulia](https://github.com/bastienmoulia))\n * [#2113](https://github.com/shepherd-pro/angular-shepherd/pull/2113) [feature] increase to angular 17 ([@phhbr](https://github.com/phhbr))\n\n#### :memo: Documentation\n* `angular-shepherd`\n * [#2245](https://github.com/shepherd-pro/angular-shepherd/pull/2245) Update README.md with latest doc links ([@sardul3](https://github.com/sardul3))\n\n#### :house: Internal\n* `angular-shepherd`\n * [#1962](https://github.com/shepherd-pro/angular-shepherd/pull/1962) Update package lock ([@RobbieTheWagner](https://github.com/RobbieTheWagner))\n\n#### Committers: 4\n- Bastien ([@bastienmoulia](https://github.com/bastienmoulia))\n- Phhbr ([@phhbr](https://github.com/phhbr))\n- Robbie Wagner ([@RobbieTheWagner](https://github.com/RobbieTheWagner))\n- Sagar Poudel ([@sardul3](https://github.com/sardul3))\n"
48}
Original file line number Diff line number Diff line change 1313 "ng" : " ng" ,
1414 "npm_pack" : " cd dist/angular-shepherd && npm pack" ,
1515 "package" : " npm run build_lib && npm run npm_pack" ,
16+ "prepublishOnly" : " npm run build_lib" ,
1617 "start" : " ng serve" ,
1718 "test" : " ng test"
1819 },
6869 "node" : " 22.17.0"
6970 },
7071 "publishConfig" : {
71- "registry" : " https://registry.npmjs.org"
72+ "registry" : " https://registry.npmjs.org" ,
73+ "directory" : " dist/angular-shepherd"
7274 },
7375 "release-it" : {
7476 "plugins" : {
You can’t perform that action at this time.
0 commit comments