Skip to content

Commit

Permalink
Remove package.json browserify transforms
Browse files Browse the repository at this point in the history
  • Loading branch information
curran committed Oct 1, 2015
1 parent d5845e1 commit 639c879
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
1 change: 0 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
// chiasm-data-reduction
// v__VERSION__
// https://github.com/chiasm-project/chiasm-data-reduction

var DataReduction = require("data-reduction");
Expand Down
6 changes: 1 addition & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand All @@ -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",
Expand Down

0 comments on commit 639c879

Please sign in to comment.