Skip to content
This repository was archived by the owner on Jul 1, 2020. It is now read-only.

Commit e833e79

Browse files
committed
Update bower
1 parent 899f487 commit e833e79

File tree

1 file changed

+12
-14
lines changed

1 file changed

+12
-14
lines changed

bower.json

Lines changed: 12 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,6 @@
33
"name": "ghiscoding.angular-validation",
44
"description": "AngularJS Form Validation (Directive / Service).",
55
"version": "1.3.8",
6-
"keywords": [
7-
"angularjs",
8-
"angular-validation",
9-
"form-validation",
10-
"angular-validation-directive",
11-
"angular-validation-service",
12-
"front-end",
13-
],
14-
"homepage": "http://github.com/ghiscoding/angular-validation",
15-
"repository": {
16-
"type": "git",
17-
"url": "git://github.com/ghiscoding/angular-validation"
18-
},
196
"main": [
207
"locales/validation/en.js",
218
"locales/validation/fr.js",
@@ -32,14 +19,25 @@
3219
".gitignore",
3320
".jshintignore",
3421
".jshintrc",
35-
"bower.json",
3622
"gruntfile.js",
3723
"package.json",
3824
"README.md",
3925
"more-examples",
4026
"templates",
4127
"vendors"
28+
],
29+
"keywords": [
30+
"angularjs",
31+
"angular-validation",
32+
"form-validation",
33+
"angular-validation-directive",
34+
"angular-validation-service"
4235
],
36+
"homepage": "http://github.com/ghiscoding/angular-validation",
37+
"repository": {
38+
"type": "git",
39+
"url": "git://github.com/ghiscoding/angular-validation"
40+
},
4341
"dependencies": {
4442
"angular": ">= 1.2.0",
4543
"angular-route": ">= 1.2.0",

0 commit comments

Comments
 (0)