mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 19:07:08 +00:00
Add chokidar as a dependency for packages that rely on chokidar types
This commit is contained in:
parent
6fd150e94c
commit
243bd2d1bc
1
types/browser-sync/index.d.ts
vendored
1
types/browser-sync/index.d.ts
vendored
@ -7,7 +7,6 @@
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.2
|
||||
|
||||
/// <reference types="chokidar"/>
|
||||
/// <reference types="node" />
|
||||
/// <reference types="serve-static" />
|
||||
|
||||
|
||||
6
types/browser-sync/package.json
Normal file
6
types/browser-sync/package.json
Normal file
@ -0,0 +1,6 @@
|
||||
{
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"chokidar": "^2.1.2"
|
||||
}
|
||||
}
|
||||
6
types/gulp/package.json
Normal file
6
types/gulp/package.json
Normal file
@ -0,0 +1,6 @@
|
||||
{
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"chokidar": "^2.1.2"
|
||||
}
|
||||
}
|
||||
6
types/hexo-fs/package.json
Normal file
6
types/hexo-fs/package.json
Normal file
@ -0,0 +1,6 @@
|
||||
{
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"chokidar": "^2.1.2"
|
||||
}
|
||||
}
|
||||
6
types/sc-hot-reboot/package.json
Normal file
6
types/sc-hot-reboot/package.json
Normal file
@ -0,0 +1,6 @@
|
||||
{
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"chokidar": "^2.1.2"
|
||||
}
|
||||
}
|
||||
6
types/watchpack/package.json
Normal file
6
types/watchpack/package.json
Normal file
@ -0,0 +1,6 @@
|
||||
{
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"chokidar": "^2.1.2"
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user