Skip to content

Commit

Permalink
Prepare for patch release.
Browse files Browse the repository at this point in the history
  • Loading branch information
mbostock committed Jun 18, 2016
1 parent 31d259d commit d06cad2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
If you use NPM, `npm install d3-geo`. Otherwise, download the [latest release](https://github.com/d3/d3-geo/releases/latest). You can also load directly from [d3js.org](https://d3js.org), either as a [standalone library](https://d3js.org/d3-geo.v0.0.min.js) or as part of [D3 4.0](https://github.com/d3/d3). AMD, CommonJS, and vanilla environments are supported. In vanilla, a `d3` global is exported:

```html
<script src="https://d3js.org/d3-array.v0.8.min.js"></script>
<script src="https://d3js.org/d3-array.v1.min.js"></script>
<script src="https://d3js.org/d3-geo.v0.0.min.js"></script>
<script>
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@
"postpublish": "VERSION=`node -e 'console.log(require(\"./package.json\").version)'`; git push && git push --tags && cp build/d3-geo.js ../d3.github.com/d3-geo.v0.0.js && cp build/d3-geo.min.js ../d3.github.com/d3-geo.v0.0.min.js && cd ../d3.github.com && git add d3-geo.v0.0.js d3-geo.v0.0.min.js && git commit -m \"d3-geo ${VERSION}\" && git push && cd - && zip -j build/d3-geo.zip -- LICENSE README.md build/d3-geo.js build/d3-geo.min.js"
},
"dependencies": {
"d3-array": "~0.8.0"
"d3-array": "1"
},
"devDependencies": {
"eslint": "2",
"package-preamble": "0.0",
"rollup": "0.27",
"rollup": "0.31",
"tape": "4",
"uglify-js": "2"
}
Expand Down

0 comments on commit d06cad2

Please sign in to comment.