Skip to content

Commit e8234a3

Browse files
move xml2js into dev deps
1 parent 7da2aec commit e8234a3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,7 @@
7474
"sane-topojson": "^1.2.0",
7575
"superscript-text": "^1.0.0",
7676
"tinycolor2": "1.1.2",
77-
"topojson": "^1.6.19",
78-
"xml2js": "^0.4.15"
77+
"topojson": "^1.6.19"
7978
},
8079
"devDependencies": {
8180
"brfs": "^1.4.1",
@@ -98,6 +97,7 @@
9897
"prettysize": "0.0.3",
9998
"through2": "^2.0.0",
10099
"uglify-js": "^2.5.0",
101-
"watchify": "^3.6.0"
100+
"watchify": "^3.6.0",
101+
"xml2js": "^0.4.15"
102102
}
103103
}

0 commit comments

Comments
 (0)