Skip to content

Commit b7c0a52

Browse files
committed
chore : angular translate saved in bower for bower better install
1 parent 430f3be commit b7c0a52

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

bower.json

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"main": [
44
"./dist/public/js/eda.stepway.js",
55
"./dist/public/css/eda.stepway.css"
6-
],
6+
],
77
"version": "1.0.24",
88
"description": "create amazing forms without coding : form editor based on angular formly",
99
"keywords": [
@@ -17,7 +17,7 @@
1717
"homepage": "https://github.com/MacKentoch/easyFormGenerator",
1818
"authors": [
1919
"Erwan DATIN (MacKentoch)"
20-
],
20+
],
2121
"ignore": [
2222
"node_modules",
2323
"bower_components",
@@ -46,7 +46,7 @@
4646
"dependencies": {
4747
"angular": "~1.4.5",
4848
"angular-resource": "~1.4.5",
49-
"angular-animate": "~1.4.5",
49+
"angular-animate": "~1.4.5",
5050
"bootstrap": "~3.3.5",
5151
"html5shiv": "~3.7.2",
5252
"modernizer": "~2.8.2",
@@ -61,13 +61,14 @@
6161
"angular-formly": "~6.8.2",
6262
"angular-formly-templates-bootstrap": "~4.3.2",
6363
"nya-bootstrap-select": "~2.0.10",
64-
"lodash": "~3.9.3",
65-
"angular-strap": "~2.3.0"
66-
},
64+
"lodash": "~3.9.3",
65+
"angular-strap": "~2.3.0",
66+
"angular-translate": "~2.8.1"
67+
},
6768
"devDependencies": {
6869
"angular-mocks": "~1.4.1"
6970
},
7071
"resolutions": {
7172
"angular": "1.4.5"
72-
}
73+
}
7374
}

0 commit comments

Comments
 (0)