Skip to content

Commit

Permalink
version bump + https
Browse files Browse the repository at this point in the history
  • Loading branch information
gka authored Sep 25, 2017
1 parent 709f054 commit 887b220
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "d3-jetpack",
"version": "2.0.8",
"version": "2.0.9",
"description": "d3-jetpack is a set of nifty convenience wrappers that speed up your daily work with d3.js",
"main": "build/d3-jetpack.js",
"jsnext:main": "index",
Expand Down Expand Up @@ -33,7 +33,7 @@
],
"author": {
"name": "Gregor Aisch",
"url": "http://driven-by-data.net/"
"url": "https://driven-by-data.net/"
},
"license": "BSD-3-Clause",
"bugs": {
Expand All @@ -43,13 +43,13 @@
"contributors": [
{
"name": "Gregor Aisch",
"email": "[email protected]",
"url": "http://driven-by-data.net/"
"email": "[email protected]",
"url": "https://driven-by-data.net/"
},
{
"name": "Adam Pearce",
"email": "[email protected]",
"url": "http://roadtolarissa.com/"
"url": "https://roadtolarissa.com/"
}
],
"dependencies": {
Expand Down

0 comments on commit 887b220

Please sign in to comment.