Skip to content

Commit 7a72cce

Browse files
committed
update ignore files
1 parent 768a431 commit 7a72cce

File tree

5 files changed

+10
-8
lines changed

5 files changed

+10
-8
lines changed

.npmignore

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22
.c9
33
target
44
.temp
5-
/.*.yml
6-
/.*rc
5+
.travis.yml
6+
.atom.*.yml
7+
Gruntfile.js
78
bower_components
89
.github
910
/project

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ See [contributing guide](.github/CONTRIBUTING.md)
136136

137137
| Date | Version | Description |
138138
| ----------- | ------- | ----------- |
139-
| 2017-04-30 | v1.0.30 | Maintenance |
139+
| 2017-04-30 | v1.0.31 | Maintenance |
140140
| 2016-07-11 | v0.0.27 | Service can now provide min/max/step values and template values override service values |
141141
| 2016-07-06 | v0.0.26 | Maintenance |
142142
| 2016-06-14 | v0.0.22 | Published via NPM (in addition to bower) |

bower.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-number-input",
3-
"version": "1.0.30",
3+
"version": "1.0.31",
44
"description": "AngularJS number input directive.",
55
"authors": [
66
"Sagie Gur-Ari <[email protected]>"
@@ -23,8 +23,9 @@
2323
"tests",
2424
"example",
2525
"target",
26-
"/.*.yml",
27-
"/.*rc"
26+
".travis.yml",
27+
".atom.*.yml",
28+
"Gruntfile.js"
2829
],
2930
"dependencies": {
3031
"angular": "~1"

docs/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
| Date | Version | Description |
22
| ----------- | ------- | ----------- |
3-
| 2017-04-30 | v1.0.30 | Maintenance |
3+
| 2017-04-30 | v1.0.31 | Maintenance |
44
| 2016-07-11 | v0.0.27 | Service can now provide min/max/step values and template values override service values |
55
| 2016-07-06 | v0.0.26 | Maintenance |
66
| 2016-06-14 | v0.0.22 | Published via NPM (in addition to bower) |

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-number-input",
3-
"version": "1.0.30",
3+
"version": "1.0.31",
44
"description": "AngularJS number input directive.",
55
"author": {
66
"name": "Sagie Gur-Ari",

0 commit comments

Comments
 (0)