File tree 5 files changed +5
-5
lines changed
5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
language : node_js
2
2
sudo : false
3
3
node_js :
4
- - " node "
4
+ - " lts/* "
5
5
before_script :
6
6
- npm install -g bower
7
7
- bower install
Original file line number Diff line number Diff line change @@ -136,7 +136,7 @@ See [contributing guide](.github/CONTRIBUTING.md)
136
136
137
137
| Date | Version | Description |
138
138
| ----------- | ------- | ----------- |
139
- | 2017-11-06 | v1.0.36 | Maintenance |
139
+ | 2017-11-07 | v1.0.37 | Maintenance |
140
140
| 2016-07-11 | v0.0.27 | Service can now provide min/max/step values and template values override service values |
141
141
| 2016-06-14 | v0.0.22 | Published via NPM (in addition to bower) |
142
142
| 2016-05-17 | v0.0.14 | Directive element now listens to new number-input$update-model event |
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " angular-number-input" ,
3
- "version" : " 1.0.36 " ,
3
+ "version" : " 1.0.37 " ,
4
4
"description" : " AngularJS number input directive." ,
5
5
"authors" : [
6
6
" Sagie Gur-Ari <[email protected] >"
Original file line number Diff line number Diff line change 1
1
| Date | Version | Description |
2
2
| ----------- | ------- | ----------- |
3
- | 2017-11-06 | v1.0.36 | Maintenance |
3
+ | 2017-11-07 | v1.0.37 | Maintenance |
4
4
| 2016-07-11 | v0.0.27 | Service can now provide min/max/step values and template values override service values |
5
5
| 2016-06-14 | v0.0.22 | Published via NPM (in addition to bower) |
6
6
| 2016-05-17 | v0.0.14 | Directive element now listens to new number-input$update-model event |
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " angular-number-input" ,
3
- "version" : " 1.0.36 " ,
3
+ "version" : " 1.0.37 " ,
4
4
"description" : " AngularJS number input directive." ,
5
5
"author" : {
6
6
"name" : " Sagie Gur-Ari" ,
You can’t perform that action at this time.
0 commit comments