This repository was archived by the owner on Feb 22, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +31
-10
lines changed Expand file tree Collapse file tree 5 files changed +31
-10
lines changed Original file line number Diff line number Diff line change @@ -3,3 +3,5 @@ node_modules
3
3
4
4
* .sublime-project
5
5
* .sublime-workspace
6
+
7
+ bower_components
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " angular-numeraljs" ,
3
- "version" : " 0.1.0" ,
4
- "main" : [" ./src/angular-numeraljs.js" ],
5
- "ignore" : [],
6
- "dependencies" : {}
2
+ "name" : " angular-numeraljs" ,
3
+ "author" : " Dave Bauman" ,
4
+ "version" : " 1.0.0" ,
5
+ "license" : " MIT" ,
6
+ "main" : [" ./dist/angular-numeraljs.js" ],
7
+ "repository" : {
8
+ "type" : " git" ,
9
+ "url" : " git@github.com:baumandm/angular-numeraljs.git"
10
+ },
11
+ "dependencies" : {
12
+ "numeral" : " ^1.0"
13
+ },
14
+ "keywords" : [
15
+ " numeral" ,
16
+ " numeraljs" ,
17
+ " angular" ,
18
+ " angularjs"
19
+ ],
20
+ "ignore" : [
21
+ " test" ,
22
+ " bower_components" ,
23
+ " bower.json" ,
24
+ " gruntfile.js"
25
+ ]
7
26
}
Original file line number Diff line number Diff line change 1
1
/**
2
2
* AngularJS filter for Numeral.js: number formatting as a filter
3
- * @version v0.1 .0 - 2013-11-09
4
- * @link
3
+ * @version v1.0 .0 - 2014-08-21
4
+ * @link https://github.com/baumandm/angular-numeraljs
5
5
* @author Dave Bauman <baumandm@gmail.com>
6
6
* @license MIT License, http://www.opensource.org/licenses/MIT
7
7
*/
Original file line number Diff line number Diff line change 1
1
/**
2
2
* AngularJS filter for Numeral.js: number formatting as a filter
3
- * @version v0.1 .0 - 2013-11-09
4
- * @link
3
+ * @version v1.0 .0 - 2014-08-21
4
+ * @link https://github.com/baumandm/angular-numeraljs
5
5
* @author Dave Bauman <baumandm@gmail.com>
6
6
* @license MIT License, http://www.opensource.org/licenses/MIT
7
7
*/
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " angular-numeraljs" ,
3
3
"description" : " AngularJS filter for Numeral.js: number formatting as a filter" ,
4
- "version" : " 0.1 .0" ,
4
+ "version" : " 1.0 .0" ,
5
5
"homepage" : " https://github.com/baumandm/angular-numeraljs" ,
6
6
"author" : " Dave Bauman <baumandm@gmail.com>" ,
7
7
"repository" : {
You can’t perform that action at this time.
0 commit comments