mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Bump d3 to version 3.1.4
This commit is contained in:
committed by
David Glasser
parent
6414dd4e6f
commit
a3a75e3961
12734
packages/d3/d3.v2.js → packages/d3/d3.v3.js
vendored
12734
packages/d3/d3.v2.js → packages/d3/d3.v3.js
vendored
File diff suppressed because it is too large
Load Diff
2
packages/d3/package.js
vendored
2
packages/d3/package.js
vendored
@@ -3,5 +3,5 @@ Package.describe({
|
||||
});
|
||||
|
||||
Package.on_use(function (api) {
|
||||
api.add_files('d3.v2.js', 'client');
|
||||
api.add_files('d3.v3.js', 'client');
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user