Skip to content

Commit 4bc476c

Browse files
committed
fix(npm,bower): change description
1 parent 2e35c36 commit 4bc476c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "angular-filter",
33
"version": "0.4.7",
44
"main": "dist/angular-filter.js",
5-
"description": "Bunch of useful filters for angularJS",
5+
"description": "Bunch of useful filters for angularJS(with no external dependencies!)",
66
"repository": {
77
"type": "git",
88
"url": "https://github.com/a8m/angular-filter.git"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-filter",
3-
"description": "Bunch of useful filters for angularJS",
3+
"description": "Bunch of useful filters for angularJS(with no external dependencies!)",
44
"version": "0.4.7",
55
"filename": "angular-filter.min.js",
66
"main": "dist/angular-filter.min.js",

0 commit comments

Comments
 (0)