Skip to content

Commit 664f681

Browse files
committed
fix index.js
1 parent 0595c68 commit 664f681

File tree

4 files changed

+13
-5
lines changed

4 files changed

+13
-5
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
1+
<a name="1.0.2"></a>
2+
## [v1.0.2](https://github.com/changLiuUNSW/angular-numeric-input/compare/1.0.1...1.0.2) (2016-12-1)
3+
4+
### Fixed
5+
6+
- index.js
7+
- version number
8+
19
<a name="1.0.1"></a>
210

3-
## [v1.0.1](https://github.com/changLiuUNSW/angular-numeric-input/compare/v1.0.1...v1.0.0) (2016-12-1)
11+
## [v1.0.1](https://github.com/changLiuUNSW/angular-numeric-input/compare/1.0.0...1.0.1) (2016-12-1)
412

513
### Added
614

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"homepage": "https://github.com/changLiuUNSW/angular-numeric-input",
44
"author": "Chang Liu <[email protected]>",
55
"description": "AngularJS directive to provide real-time number formatting and validations",
6-
"version": "1.0.0",
6+
"version": "1.0.2",
77
"main": [
88
"dist/angular-numeric-input.js"
99
],

index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
require('./dist/select.js');
2-
module.exports = 'ui.select';
1+
require('./dist/angular-numeric-input.js');
2+
module.exports = 'ui.numericInput';

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-numeric-input",
3-
"version": "1.0.0",
3+
"version": "1.0.2",
44
"description": "AngularJS directive to provide real-time number formatting and validations",
55
"main": "./index.js",
66
"scripts": {

0 commit comments

Comments
 (0)