We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c44a0d commit d5e6e23Copy full SHA for d5e6e23
bower.json
@@ -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
@@ -2,7 +2,7 @@
"name": "angularjs-string-humanize",
"version": "0.0.1",
"main": "src/angular-string-humanize.js",
- "description": "Angular filter for rendering strings to human-readable data",
"repository": {
"type": "git",
"url": "https://github.com/apat183/angularjs-string-humanize"
0 commit comments