Skip to content

Commit d5e6e23

Browse files
committed
Added bower and updated package.json
1 parent 7c44a0d commit d5e6e23

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

bower.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"name": "angularjs-string-humanize",
3+
"version": "0.0.1",
4+
"main": "src/angular-string-humanize.js",
5+
"description": "Angular 1.x filter for rendering strings to human-readable data",
6+
"license": "MIT",
7+
"ignore": [
8+
"**/.*",
9+
"*.md",
10+
"package.json"
11+
],
12+
"dependencies": {
13+
"angular": "~1.6.0"
14+
}
15+
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "angularjs-string-humanize",
33
"version": "0.0.1",
44
"main": "src/angular-string-humanize.js",
5-
"description": "Angular filter for rendering strings to human-readable data",
5+
"description": "Angular 1.x filter for rendering strings to human-readable data",
66
"repository": {
77
"type": "git",
88
"url": "https://github.com/apat183/angularjs-string-humanize"

0 commit comments

Comments
 (0)