mirror of
https://github.com/aspnet/JavaScriptServices.git
synced 2025-12-25 19:17:30 +00:00
Beginning Yeoman generator generator. Currently creates templates in as patches vs a common set of files.
This commit is contained in:
33
templates/yeoman/tsd.json
Normal file
33
templates/yeoman/tsd.json
Normal file
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"version": "v4",
|
||||
"repo": "borisyankov/DefinitelyTyped",
|
||||
"ref": "master",
|
||||
"path": "typings",
|
||||
"bundle": "typings/tsd.d.ts",
|
||||
"installed": {
|
||||
"yeoman-generator/yeoman-generator.d.ts": {
|
||||
"commit": "544a35a10866b32afda9c7f029c0764558563f4f"
|
||||
},
|
||||
"node/node.d.ts": {
|
||||
"commit": "544a35a10866b32afda9c7f029c0764558563f4f"
|
||||
},
|
||||
"glob/glob.d.ts": {
|
||||
"commit": "544a35a10866b32afda9c7f029c0764558563f4f"
|
||||
},
|
||||
"minimatch/minimatch.d.ts": {
|
||||
"commit": "544a35a10866b32afda9c7f029c0764558563f4f"
|
||||
},
|
||||
"lodash/lodash.d.ts": {
|
||||
"commit": "544a35a10866b32afda9c7f029c0764558563f4f"
|
||||
},
|
||||
"diff/diff.d.ts": {
|
||||
"commit": "544a35a10866b32afda9c7f029c0764558563f4f"
|
||||
},
|
||||
"mkdirp/mkdirp.d.ts": {
|
||||
"commit": "544a35a10866b32afda9c7f029c0764558563f4f"
|
||||
},
|
||||
"rimraf/rimraf.d.ts": {
|
||||
"commit": "544a35a10866b32afda9c7f029c0764558563f4f"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user