Skip to content

Commit

Permalink
Move edits to src/package.js.
Browse files Browse the repository at this point in the history
  • Loading branch information
mbostock committed Apr 3, 2013
1 parent 8a415b4 commit ea284eb
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/package.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,11 @@ console.log(JSON.stringify({
},
"scripts": {
"test": "node_modules/.bin/vows; echo"
}
},
"licenses": [
{
"type": "BSD",
"url": "https://github.com/mbostock/d3/blob/master/LICENSE"
}
]
}, null, 2));

0 comments on commit ea284eb

Please sign in to comment.