Skip to content
This repository was archived by the owner on Oct 1, 2024. It is now read-only.

Commit 8952cd4

Browse files
committed
Refine typing.
1 parent 028c8c8 commit 8952cd4

File tree

2 files changed

+3
-340
lines changed

2 files changed

+3
-340
lines changed

package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@
135135
"devDependencies": {
136136
"@types/mocha": "^2.2.32",
137137
"@types/node": "^6.0.40",
138+
"@types/winreg": "^1.2.30",
138139
"del": "^2.2.2",
139140
"gulp": "^3.9.1",
140141
"gulp-install": "^0.6.0",
@@ -150,9 +151,9 @@
150151
"webpack": "^2.2.1"
151152
},
152153
"dependencies": {
154+
"@types/winreg": "^1.2.30",
153155
"body-parser": "^1.16.1",
154156
"express": "^4.14.1",
155-
"glob": "^7.1.1",
156-
"winreg": "^1.2.3"
157+
"glob": "^7.1.1"
157158
}
158159
}

typings/winreg.d.ts

-338
This file was deleted.

0 commit comments

Comments
 (0)