Skip to content
This repository has been archived by the owner on Nov 17, 2019. It is now read-only.

Commit

Permalink
Rename d3.js to selection.js.
Browse files Browse the repository at this point in the history
  • Loading branch information
mbostock committed Nov 4, 2015
1 parent d77b39a commit ab2842e
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 29 deletions.
27 changes: 0 additions & 27 deletions d3.js

This file was deleted.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "d3-selection-multi",
"version": "0.2.6",
"version": "0.2.7",
"description": "Multi-value map syntax for D3 selections.",
"keywords": [
"d3",
Expand All @@ -22,7 +22,7 @@
"scripts": {
"pretest": "mkdir -p build && d3-bundler -x -f cjs -o build/selection-multi.cjs.js",
"test": "faucet `find test -name '*-test.js'`",
"prepublish": "npm run test && d3-bundler -n selectionMulti -o build/selection-multi.js && uglifyjs build/selection-multi.js -c -m -o build/selection-multi.min.js && rm -f build/selection-multi.zip && zip -j build/selection-multi.zip -- LICENSE README.md build/selection-multi.js build/selection-multi.min.js"
"prepublish": "npm run test && d3-bundler -n selection -o build/selection-multi.js -- selection.js && uglifyjs build/selection-multi.js -c -m -o build/selection-multi.min.js && rm -f build/selection-multi.zip && zip -j build/selection-multi.zip -- LICENSE README.md build/selection-multi.js build/selection-multi.min.js"
},
"dependencies": {
"d3-selection": "~0.4.10"
Expand Down
14 changes: 14 additions & 0 deletions selection.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
export {
mouse,
namespace,
namespaces,
requote,
select,
selectAll,
selection,
touch,
touches,
event
} from "d3-selection";

import "./index";

0 comments on commit ab2842e

Please # to comment.