File tree 3 files changed +3
-2
lines changed
projects/angular-calendar/schematics/ng-add
3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -34,6 +34,7 @@ yarn-error.log
34
34
testem.log
35
35
/typings
36
36
projects /angular-calendar /package.json
37
+ projects /angular-calendar /schematics /ng-add /package.json
37
38
38
39
# System Files
39
40
.DS_Store
Original file line number Diff line number Diff line change 7
7
},
8
8
"scripts" : {
9
9
"start" : " node --max_old_space_size=8192 ./node_modules/.bin/ng serve --open" ,
10
- "build:copy-package-json" : " copyfiles package.json projects/angular-calendar" ,
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
12
"build:date-adapters" : " tsc -p tsconfig-date-adapters.json" ,
13
13
"build:styles" : " node-sass projects/angular-calendar/src/angular-calendar.scss | postcss --output dist/angular-calendar/css/angular-calendar.css" ,
Original file line number Diff line number Diff line change 1
- const packageJson = require ( '../.. /package.json' ) ; // tslint:disable-line no-var-requires
1
+ const packageJson = require ( './package.json' ) ; // tslint:disable-line no-var-requires
2
2
3
3
export const angularCalendarVersion = `^${ packageJson . version } ` ;
4
4
export const momentVersion = packageJson . devDependencies . moment ;
You can’t perform that action at this time.
0 commit comments