File tree Expand file tree Collapse file tree 5 files changed +19
-252
lines changed
Expand file tree Collapse file tree 5 files changed +19
-252
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 1010 },
1111 "scripts" : {
1212 "build" : " ng build" ,
13- "build_lib" : " ng build shepherd" ,
13+ "build_lib" : " ng build shepherd && cp README.md projects/shepherd/dist/ " ,
1414 "e2e" : " ng e2e" ,
1515 "lint" : " ng lint" ,
1616 "ng" : " ng" ,
17- "npm_pack" : " cd dist/angular-shepherd && npm pack" ,
18- "package" : " npm run build_lib && npm run npm_pack" ,
1917 "start" : " ng serve" ,
2018 "test" : " ng test"
2119 },
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 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 },
Original file line number Diff line number Diff line change 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+ ],
35+ "module" : " ./dist/fesm2022/angular-shepherd.mjs" ,
36+ "types" : " ./dist/types/angular-shepherd.d.ts" ,
37+ "exports" : {
38+ "./package.json" : {
39+ "default" : " ./package.json"
40+ },
41+ "." : {
42+ "types" : " ./dist/types/angular-shepherd.d.ts" ,
43+ "default" : " ./dist/fesm2022/angular-shepherd.mjs"
44+ }
45+ },
46+ "sideEffects" : false ,
3347 "release-plan" : {
3448 "tagFormat" : " v${version}"
3549 }
You can’t perform that action at this time.
0 commit comments