Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
gka committed Apr 20, 2018
1 parent 4ae981a commit 8526649
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -388,11 +388,11 @@ d3.drawAxis(c)
## Essential jetpack
If you think jetpack adds to much to your build, try starting with the essential jetpack and adding features as you need them:
If you think jetpack adds to much to your build, try starting with the essential jetpack and adding features as you need them.
```js
// essentials (insert, append, appendMany etc)
import {f} from 'd3-jetpack/essentials';
// extra stuff
import attachTooltip from 'd3-jetpack/src/attachTooltip.js'
// get some extra stuff
import attachTooltip from 'd3-jetpack/src/attachTooltip'
```
2 changes: 1 addition & 1 deletion build/d3-jetpack.js
@@ -1,4 +1,4 @@
// https://github.com/gka/d3-jetpack#readme Version 2.0.18. Copyright 2018 Gregor Aisch.
// https://github.com/gka/d3-jetpack#readme Version 2.0.19. Copyright 2018 Gregor Aisch.
(function (global, factory) {
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('d3-selection'), require('d3-transition'), require('d3-array'), require('d3-axis'), require('d3-scale'), require('d3-collection'), require('d3-queue'), require('d3-request'), require('d3-timer')) :
typeof define === 'function' && define.amd ? define(['exports', 'd3-selection', 'd3-transition', 'd3-array', 'd3-axis', 'd3-scale', 'd3-collection', 'd3-queue', 'd3-request', 'd3-timer'], factory) :
Expand Down

0 comments on commit 8526649

Please sign in to comment.