Rename folders since the template package generator now creates a package for "dotnet new" as well as Yeoman

This commit is contained in:
SteveSandersonMS
2016-08-18 10:58:04 -07:00
parent 1019026943
commit d928ef4f12
22 changed files with 3 additions and 3 deletions

View File

@@ -0,0 +1,10 @@
/// <reference path="node/node.d.ts" />
/// <reference path="yeoman-generator/yeoman-generator.d.ts" />
/// <reference path="glob/glob.d.ts" />
/// <reference path="minimatch/minimatch.d.ts" />
/// <reference path="lodash/lodash.d.ts" />
/// <reference path="mkdirp/mkdirp.d.ts" />
/// <reference path="rimraf/rimraf.d.ts" />
/// <reference path="node-uuid/node-uuid-base.d.ts" />
/// <reference path="node-uuid/node-uuid-cjs.d.ts" />
/// <reference path="node-uuid/node-uuid.d.ts" />