Merge pull request #249 from electron-userland/vendor-node-typings
add @types/node
This commit is contained in:
commit
25a2480bd8
1 changed files with 4 additions and 3 deletions
|
@ -15,8 +15,9 @@
|
|||
"main": "index.js",
|
||||
"types": "electron.d.ts",
|
||||
"dependencies": {
|
||||
"extract-zip": "^1.0.3",
|
||||
"electron-download": "^3.0.1"
|
||||
"@types/node": "^7.0.18",
|
||||
"electron-download": "^3.0.1",
|
||||
"extract-zip": "^1.0.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"home-path": "^0.1.1",
|
||||
|
@ -32,4 +33,4 @@
|
|||
"keywords": [
|
||||
"electron"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue