Skip to content

Commit 9661c5f

Browse files
committed
Update package.json
`browserify` and `uglify-js` should probably be `devDependencies`. Perhaps `through2` as well.
1 parent 734f75f commit 9661c5f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@
4141
"3d-view": "^2.0.0",
4242
"alpha-shape": "^1.0.0",
4343
"arraytools": "^1.0.0",
44-
"browserify": "^12.0.1",
4544
"convex-hull": "^1.0.3",
4645
"d3": "3.5.6",
4746
"delaunay-triangulate": "^1.1.6",
@@ -76,11 +75,11 @@
7675
"through2": "^2.0.0",
7776
"tinycolor2": "1.1.2",
7877
"topojson": "^1.6.19",
79-
"uglify-js": "^2.5.0",
8078
"xml2js": "^0.4.15"
8179
},
8280
"devDependencies": {
8381
"brfs": "^1.4.1",
82+
"browserify": "^12.0.1",
8483
"browserify-transform-tools": "^1.5.0",
8584
"ecstatic": "^1.2.0",
8685
"jasmine-core": "^2.3.4",
@@ -93,6 +92,7 @@
9392
"karma-jasmine": "^0.3.6",
9493
"open": "0.0.5",
9594
"prettysize": "0.0.3",
96-
"watchify": "^3.6.0"
95+
"watchify": "^3.6.0",
96+
"uglify-js": "^2.5.0"
9797
}
9898
}

0 commit comments

Comments
 (0)