Skip to content

Commit

Permalink
point unpkg to the minified version (#137)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fil committed Mar 22, 2018
1 parent 38758fc commit 59a19c8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,10 @@
}
],
"main": "build/d3-geo-projection.js",
"module": "index",
"unpkg": "build/d3-geo-projection.min.js",
"jsdelivr": "build/d3-geo-projection.min.js",
"jsnext:main": "index",
"module": "index",
"repository": {
"type": "git",
"url": "https://github.com/d3/d3-geo-projection.git"
Expand Down

0 comments on commit 59a19c8

Please sign in to comment.