Skip to content

Commit e0278c1

Browse files
committed
update bower.json
1 parent fed5f73 commit e0278c1

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

bower.json

+10-6
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
11
{
22
"name": "Raw",
3-
"version": "1.0.0",
3+
"version": "1.2.0",
44
"authors": [
5-
"DensityDesign Lab"
5+
"DensityDesign Lab",
6+
"Calibro"
67
],
7-
"description": "The missing link between spreadsheet and vector graphics",
8+
"description": "The missing link between spreadsheet and data visualization",
89
"main": "index.html",
910
"keywords": [
1011
"Raw"
1112
],
12-
"license": "LGPL v.3",
13-
"homepage": "raw.densitydesign.org",
13+
"license": "Apache License 2.0",
14+
"homepage": "rawgraphs.io",
1415
"ignore": [
1516
"**/.*",
1617
"node_modules",
@@ -19,7 +20,7 @@
1920
"tests"
2021
],
2122
"dependencies": {
22-
"angular": "~1.3.2",
23+
"angular": "1.3.2",
2324
"d3": "3.5.17",
2425
"bootstrap": "~3.3.0",
2526
"angular-route": "~1.3.2",
@@ -40,5 +41,8 @@
4041
"is_js": "~0.7.4",
4142
"js-xlsx": "~0.8.0",
4243
"d3-plugins-density": "latest"
44+
},
45+
"resolutions": {
46+
"angular": "1.3.20"
4347
}
4448
}

0 commit comments

Comments
 (0)