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 62ac15e commit 7c33b2f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
1 change: 0 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
//chiasm-dsv-dataset.js
//v__VERSION__
//
//A Chiasm plugin that loads data files.

Expand Down
9 changes: 1 addition & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "A Chiasm plugin that loads delimiter separated value (DSV) data tables.",
"main": "index.js",
"scripts": {
"pretest": "browserify -o chiasm-dsv-dataset.js -s ChiasmDsvDataset index.js",
"pretest": "browserify -g browserify-shim -o chiasm-dsv-dataset.js -s ChiasmDsvDataset index.js",
"test": "mocha"
},
"repository": {
Expand All @@ -24,12 +24,6 @@
"url": "https://github.com/chiasm-project/chiasm-dsv-dataset/issues"
},
"homepage": "https://github.com/chiasm-project/chiasm-dsv-dataset#readme",
"browserify": {
"transform": [
"browserify-shim",
"browserify-versionify"
]
},
"browserify-shim": {
"d3": "global:d3",
"model-js": "global:Model",
Expand All @@ -44,7 +38,6 @@
"devDependencies": {
"browserify": "^11.1.0",
"browserify-shim": "^3.8.10",
"browserify-versionify": "^1.0.6",
"chai": "^3.2.0",
"chiasm": "^0.2.1",
"mocha": "^2.3.2",
Expand Down

0 comments on commit 7c33b2f

Please sign in to comment.