File tree Expand file tree Collapse file tree 4 files changed +10
-8
lines changed Expand file tree Collapse file tree 4 files changed +10
-8
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ script:
19
19
- npm run lint:lib
20
20
- npm run test-ci
21
21
- codecov
22
- - npm run build:lib
22
+ - npm run build-prod :lib
23
23
before_deploy :
24
24
- npm run copy:readme
25
25
- npm run copy:changelog
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @kolkov/ngx-metrika" ,
3
- "version" : " 0.0.0 " ,
3
+ "version" : " 0.5.3 " ,
4
4
"scripts" : {
5
5
"ng" : " ng" ,
6
6
"start" : " ng serve ngx-metrika-app" ,
11
11
"build-watch:lib" : " ng build @kolkov/ngx-metrika --watch" ,
12
12
"test:lib" : " ng test @kolkov/ngx-metrika" ,
13
13
"build:lib" : " ng build @kolkov/ngx-metrika" ,
14
+ "build-prod:lib" : " ng build @kolkov/ngx-metrika --prod" ,
14
15
"publish:lib" : " npm run copy:readme && npm run copy:changelog && npm run copy:license && npm publish ./dist/kolkov/ngx-metrika" ,
15
16
"copy:readme" : " cpx README.md ./dist/kolkov/ngx-metrika" ,
16
17
"copy:changelog" : " cpx CHANGELOG.md ./dist/kolkov/ngx-metrika" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @kolkov/ngx-metrika" ,
3
- "version" : " 0.5.2 " ,
3
+ "version" : " 0.5.3 " ,
4
4
"author" :
" Andrey Kolkov <[email protected] >" ,
5
5
"repository" : " https://github.com/kolkov/ngx-metrika" ,
6
6
"license" : " MIT" ,
7
7
"description" : " A simple Yandex Mertika (Яндекс Метрика) package for Angular 6+." ,
8
8
"private" : false ,
9
9
"peerDependencies" : {
10
- "@angular/common" : " >6 .0.0" ,
11
- "@angular/core" : " >6 .0.0" ,
12
- "@angular/router" : " >6 .0.0"
10
+ "@angular/common" : " >=8 .0.0 <13 " ,
11
+ "@angular/core" : " >=8 .0.0 <13 " ,
12
+ "@angular/router" : " >=8 .0.0 <13 "
13
13
},
14
14
"dependencies" : {
15
15
"tslib" : " ^2.0.0"
Original file line number Diff line number Diff line change 4
4
"declarationMap" : false
5
5
},
6
6
"angularCompilerOptions" : {
7
- "enableIvy" : false
7
+ "enableIvy" : false ,
8
+ "compilationMode" : " partial"
8
9
}
9
- }
10
+ }
You can’t perform that action at this time.
0 commit comments