diff --git a/index.js b/index.js index 8790bb1..1873020 100644 --- a/index.js +++ b/index.js @@ -1,5 +1,4 @@ // chiasm-data-reduction -// v__VERSION__ // https://github.com/chiasm-project/chiasm-data-reduction var DataReduction = require("data-reduction"); diff --git a/package.json b/package.json index 25c05cd..f9a9a54 100644 --- a/package.json +++ b/package.json @@ -26,6 +26,7 @@ "dependencies": { "chiasm-component": "^0.2.1", "d3": "^3.5.6", + "data-reduction": "^0.1.2", "model-js": "^0.2.4" }, "devDependencies": { @@ -34,11 +35,6 @@ "browserify-versionify": "^1.0.6", "chiasm": "^0.2.1" }, - "browserify": { - "transform": [ - "browserify-versionify" - ] - }, "browserify-shim": { "chiasm-component": "global:ChiasmComponent", "model-js": "global:Model",