Skip to content

Commit 8143008

Browse files
Fixed location of "@types/xml2js" in package.json
1 parent 8f514f4 commit 8143008

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@
3939
"tools:genReadme": "node ./out/tools/generateConfigSectionForReadme.js"
4040
},
4141
"dependencies": {
42-
"@types/xml2js": "^0.4.2",
4342
"iconv-lite": "^0.4.19",
4443
"is-utf8": "^0.2.1",
4544
"jschardet": "^1.6.0",
@@ -51,6 +50,7 @@
5150
"@types/micromatch": "^3.1.0",
5251
"@types/mocha": "^5.0.0",
5352
"@types/node": "^9.3.0",
53+
"@types/xml2js": "^0.4.2",
5454
"decache": "^4.3.0",
5555
"eslint": "^4.12.1",
5656
"glob": "^7.1.2",

0 commit comments

Comments
 (0)