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
61ffb8e0
Commit
61ffb8e0
authored
Dec 09, 2012
by
Mike Bostock
Browse files
Remove canvas dependency.
parent
a9e47f3b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
4 deletions
+2
-4
package.json
package.json
+1
-2
src/package.js
src/package.js
+1
-2
No files found.
package.json
View file @
61ffb8e0
...
...
@@ -33,8 +33,7 @@
},
"devDependencies"
:
{
"
uglify-js2
"
:
"
2.1.6
"
,
"
vows
"
:
"
0.6.x
"
,
"
canvas
"
:
"
0.13.0
"
"
vows
"
:
"
0.6.x
"
},
"scripts"
:
{
"test"
:
"./node_modules/vows/bin/vows"
...
...
src/package.js
View file @
61ffb8e0
...
...
@@ -22,8 +22,7 @@ require("util").puts(JSON.stringify({
},
"
devDependencies
"
:
{
"
uglify-js2
"
:
"
2.1.6
"
,
"
vows
"
:
"
0.6.x
"
,
"
canvas
"
:
"
0.13.0
"
// for node-canvas example
"
vows
"
:
"
0.6.x
"
},
"
scripts
"
:
{
"
test
"
:
"
./node_modules/vows/bin/vows
"
}
},
null
,
2
));
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