File tree Expand file tree Collapse file tree 4 files changed +4
-2
lines changed Expand file tree Collapse file tree 4 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -135,6 +135,7 @@ See [contributing guide](.github/CONTRIBUTING.md)
135
135
136
136
| Date | Version | Description |
137
137
| ----------- | ------- | ----------- |
138
+ | 2020-05-11 | v2.0.0 | Migrate to github actions, upgrade minimal node version and remove bower |
138
139
| 2019-02-08 | v1.1.7 | Maintenance |
139
140
| 2018-02-12 | v1.1.2 | Add support for step validations using big.js for more accurate calculations |
140
141
| 2018-02-01 | v1.0.38 | Link function of the provided service will only be called once to prevent memory leaks |
Original file line number Diff line number Diff line change 1
1
| Date | Version | Description |
2
2
| ----------- | ------- | ----------- |
3
+ | 2020-05-11 | v2.0.0 | Migrate to github actions, upgrade minimal node version and remove bower |
3
4
| 2019-02-08 | v1.1.7 | Maintenance |
4
5
| 2018-02-12 | v1.1.2 | Add support for step validations using big.js for more accurate calculations |
5
6
| 2018-02-01 | v1.0.38 | Link function of the provided service will only be called once to prevent memory leaks |
Original file line number Diff line number Diff line change 54
54
"grunt-karma" : " latest" ,
55
55
"husky" : " latest" ,
56
56
"jquery" : " latest" ,
57
- "js-project-commons" : " latest " ,
57
+ "js-project-commons" : " ^1.3.1 " ,
58
58
"karma" : " latest" ,
59
59
"karma-chrome-launcher" : " latest" ,
60
60
"karma-cli" : " latest" ,
Original file line number Diff line number Diff line change 3
3
module . exports = function ( config ) {
4
4
'use strict' ;
5
5
6
- const mainJSFile = 'angular-number-input.js' ;
6
+ const mainJSFile = require ( '../../package.json' ) . main ;
7
7
const commons = require ( 'js-project-commons' ) ;
8
8
9
9
commons . tools . karma ( config , {
You can’t perform that action at this time.
0 commit comments