Skip to content

Commit bafe9e6

Browse files
committed
added glob types
1 parent fcae4ba commit bafe9e6

File tree

2 files changed

+21
-4
lines changed

2 files changed

+21
-4
lines changed

package-lock.json

Lines changed: 16 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,16 +41,17 @@
4141
"jschardet": "^1.6.0"
4242
},
4343
"devDependencies": {
44+
"@types/glob": "^5.0.33",
4445
"@types/mocha": "^2.2.42",
4546
"@types/node": "^8.0.54",
4647
"eslint": "^4.12.1",
48+
"glob": "^7.1.1",
49+
"istanbul": "^0.4.5",
4750
"mocha": "^4.0.1",
4851
"prettier": "^1.9.0",
49-
"typescript": "^2.6.2",
50-
"vscode": "^1.1.10",
51-
"istanbul": "^0.4.5",
5252
"remap-istanbul": "^0.8.4",
53-
"glob": "^7.1.1"
53+
"typescript": "^2.6.2",
54+
"vscode": "^1.1.10"
5455
},
5556
"contributes": {
5657
"commands": [

0 commit comments

Comments
 (0)