|
9 | 9 | "start": "node --max_old_space_size=8192 ./node_modules/.bin/ng serve --open",
|
10 | 10 | "build:copy-package-json": "copyfiles package.json projects/angular-calendar & copyfiles package.json projects/angular-calendar/schematics/ng-add",
|
11 | 11 | "build:lib": "ng build angular-calendar --prod",
|
12 |
| - "build:date-adapters": "tsc -p tsconfig-date-adapters.json", |
| 12 | + "build:date-adapters": "tsc -p tsconfig-date-adapters.json && tsc -p tsconfig-date-adapters.json --module es2015 --outDir ./dist/angular-calendar/date-adapters/esm", |
13 | 13 | "build:styles": "node-sass projects/angular-calendar/src/angular-calendar.scss | postcss --output dist/angular-calendar/css/angular-calendar.css",
|
14 | 14 | "build:clean": "del-cli dist",
|
15 | 15 | "build:schematics": "tsc projects/angular-calendar/schematics/ng-add/index.ts",
|
16 |
| - "build:copyfiles": "copyfiles CHANGELOG.md README.md LICENSE dist/angular-calendar & cp-cli projects/angular-calendar/util/date-adapter-package.json dist/angular-calendar/date-adapters/date-fns/package.json & cp-cli projects/angular-calendar/util/date-adapter-package.json dist/angular-calendar/date-adapters/moment/package.json & copyfiles -u 3 projects/angular-calendar/src/**/*.scss dist/angular-calendar/scss & npx copyfiles -u 2 \"projects/angular-calendar/schematics/**/*.{json,js}\" dist/angular-calendar", |
| 16 | + "build:copyfiles": "copyfiles CHANGELOG.md README.md LICENSE dist/angular-calendar & cp-cli projects/angular-calendar/util/date-adapter-package-date-fns.json dist/angular-calendar/date-adapters/date-fns/package.json & cp-cli projects/angular-calendar/util/date-adapter-package-moment.json dist/angular-calendar/date-adapters/moment/package.json & copyfiles -u 3 projects/angular-calendar/src/**/*.scss dist/angular-calendar/scss & npx copyfiles -u 2 \"projects/angular-calendar/schematics/**/*.{json,js}\" dist/angular-calendar", |
17 | 17 | "build": "run-s build:copy-package-json build:lib build:date-adapters build:styles build:schematics build:copyfiles",
|
18 | 18 | "test:single": "cross-env TZ=UTC ng test angular-calendar --watch=false --code-coverage",
|
19 | 19 | "test:watch": "cross-env TZ=UTC ng test angular-calendar",
|
|
157 | 157 | "@scarf/scarf": "^1.0.5",
|
158 | 158 | "angular-draggable-droppable": "^4.4.6",
|
159 | 159 | "angular-resizable-element": "^3.3.2",
|
160 |
| - "calendar-utils": "^0.8.0", |
| 160 | + "calendar-utils": "^0.8.2", |
161 | 161 | "positioning": "^2.0.1",
|
162 | 162 | "tslib": "^1.13.0"
|
163 | 163 | },
|
|
0 commit comments