Skip to content

Commit

Permalink
Removed angular-touchspin.d.ts from .npmignore.
Browse files Browse the repository at this point in the history
  • Loading branch information
nkovacic committed Dec 23, 2017
1 parent 51435a7 commit 558ee30
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 10 deletions.
3 changes: 0 additions & 3 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ karma.conf.js
#bower files
bower.json

#src files
src/angular-touchspin.d.ts

#TypeScript files
typings
typings.json
Expand Down
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-touchspin",
"version": "1.7.1",
"version": "1.8.0",
"authors": [
"Niko Kovacic <niko.kovacic2@gmail.com>"
],
Expand Down Expand Up @@ -30,6 +30,6 @@
"other"
],
"dependencies": {
"angular": "^1.4.x"
"angular": "^1.5.x"
}
}
2 changes: 1 addition & 1 deletion dist/angular-touchspin.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* angular-touchspin JavaScript Library v1.7.1
* angular-touchspin JavaScript Library v1.8.0
*
* @license MIT
*
Expand Down
2 changes: 1 addition & 1 deletion dist/angular-touchspin.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* angular-touchspin JavaScript Library v1.7.1
* angular-touchspin JavaScript Library v1.8.0
*
* @license MIT
*
Expand Down
2 changes: 1 addition & 1 deletion dist/angular-touchspin.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/angular-touchspin.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-touchspin",
"version": "1.7.1",
"version": "1.8.0",
"author": "Niko Kovačič <niko.kovacic2@gmail.com>",
"title": "Angular Touchspin",
"description": "A input spinner component for Bootstrap 3 and angular",
Expand Down

0 comments on commit 558ee30

Please sign in to comment.