Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
MUR Drupal
d3-library
Commits
d1d71e16
Commit
d1d71e16
authored
May 15, 2013
by
Mike Bostock
Browse files
Bump version.
parent
3fefb4a4
Changes
5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
5 deletions
+5
-5
component.json
component.json
+1
-1
d3.js
d3.js
+1
-1
d3.min.js
d3.min.js
+1
-1
package.json
package.json
+1
-1
src/start.js
src/start.js
+1
-1
No files found.
component.json
View file @
d1d71e16
{
"name"
:
"d3"
,
"version"
:
"3.1.
6
"
,
"version"
:
"3.1.
7
"
,
"main"
:
"index-browserify.js"
,
"scripts"
:
[
"index-browserify.js"
,
...
...
d3.js
View file @
d1d71e16
d3
=
function
()
{
var
d3
=
{
version
:
"
3.1.
6
"
version
:
"
3.1.
7
"
};
if
(
!
Date
.
now
)
Date
.
now
=
function
()
{
return
+
new
Date
();
...
...
d3.min.js
View file @
d1d71e16
This diff is collapsed.
Click to expand it.
package.json
View file @
d1d71e16
{
"name"
:
"d3"
,
"version"
:
"3.1.
6
"
,
"version"
:
"3.1.
7
"
,
"description"
:
"A small, free JavaScript library for manipulating documents based on data."
,
"keywords"
:
[
"dom"
,
...
...
src/start.js
View file @
d1d71e16
d3
=
(
function
(){
var
d3
=
{
version
:
"
3.1.
6
"
};
// semver
var
d3
=
{
version
:
"
3.1.
7
"
};
// semver
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment