Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

main key not specified in package.json #340

Closed
dsummersl opened this issue Oct 13, 2011 · 3 comments
Closed

main key not specified in package.json #340

dsummersl opened this issue Oct 13, 2011 · 3 comments
Milestone

Comments

@dsummersl
Copy link

Just wanted to mention that I had a little trouble using this library with spine recently b/c the "main" key isn't listed in the package.json file for d3. This would probably be the correct value?

{
"name": "d3",
"version": "2.3.2",
"description": "A small, free JavaScript library for manipulating documents based on data.",
"keywords": [
"dom",
"w3c",
"visualization",
"svg",
"animation",
"canvas"
],
"homepage": "http://mbostock.github.com/d3/",
"main": "d3.js",
"author": {
"name": "Mike Bostock",
"url": "http://bost.ocks.org/mike"
},
"repository": {
"type": "git",
"url": "http://github.com/mbostock/d3.git"
},
"dependencies": {
"uglify-js": "1.0.6",
"jsdom": "0.2.3",
"vows": "0.5.10"
}
}

@mbostock
Copy link
Member

Thanks for the report. I expect we'll be able to fix this. :)

@dsummersl
Copy link
Author

lol, I thought it was something you all could handle. A freebie is nice every now and then, no?

@mbostock
Copy link
Member

Fixed in 2.5.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants