Skip to content

Commit

Permalink
Merge pull request #2 from n3-charts/master
Browse files Browse the repository at this point in the history
merge new angular version
  • Loading branch information
hellsan631 committed Aug 14, 2015
2 parents 56bac8c + 00471bc commit 7ff0637
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
],
"dependencies": {
"d3": "~3.1.7",
"angular": "~1.0.6"
"angular": "*"
},
"devDependencies": {
"angular-mocks": "~1.0.6"
"angular-mocks": "*"
}
}
2 changes: 1 addition & 1 deletion dist/pie-chart.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! pie-chart - v1.0.0 - 2015-04-16
/*! pie-chart - v1.0.0 - 2015-08-13
* https://github.com/n3-charts/pie-chart
* Copyright (c) 2015 n3-charts Licensed , */
angular.module('n3-pie-chart', ['n3-pie-utils'])
Expand Down
2 changes: 1 addition & 1 deletion dist/pie-chart.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/pie-chart.spec.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! pie-chart - v1.0.0 - 2015-04-16
/*! pie-chart - v1.0.0 - 2015-08-13
* https://github.com/n3-charts/pie-chart
* Copyright (c) 2015 n3-charts Licensed , */
'use strict';
Expand Down

0 comments on commit 7ff0637

Please sign in to comment.