File tree Expand file tree Collapse file tree 5 files changed +10
-8
lines changed Expand file tree Collapse file tree 5 files changed +10
-8
lines changed Original file line number Diff line number Diff line change 2
2
.c9
3
3
target
4
4
.temp
5
- /. * .yml
6
- /. * rc
5
+ .travis.yml
6
+ .atom. * .yml
7
+ Gruntfile.js
7
8
bower_components
8
9
.github
9
10
/project
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-04-30 | v1.0.30 | Maintenance |
139
+ | 2017-04-30 | v1.0.31 | 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-07-06 | v0.0.26 | Maintenance |
142
142
| 2016-06-14 | v0.0.22 | Published via NPM (in addition to bower) |
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " angular-number-input" ,
3
- "version" : " 1.0.30 " ,
3
+ "version" : " 1.0.31 " ,
4
4
"description" : " AngularJS number input directive." ,
5
5
"authors" : [
6
6
" Sagie Gur-Ari <[email protected] >"
23
23
" tests" ,
24
24
" example" ,
25
25
" target" ,
26
- " /.*.yml" ,
27
- " /.*rc"
26
+ " .travis.yml" ,
27
+ " .atom.*.yml" ,
28
+ " Gruntfile.js"
28
29
],
29
30
"dependencies" : {
30
31
"angular" : " ~1"
Original file line number Diff line number Diff line change 1
1
| Date | Version | Description |
2
2
| ----------- | ------- | ----------- |
3
- | 2017-04-30 | v1.0.30 | Maintenance |
3
+ | 2017-04-30 | v1.0.31 | 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-07-06 | v0.0.26 | Maintenance |
6
6
| 2016-06-14 | v0.0.22 | Published via NPM (in addition to bower) |
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " angular-number-input" ,
3
- "version" : " 1.0.30 " ,
3
+ "version" : " 1.0.31 " ,
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