dojo-cli-create-app
Advanced tools
Comparing version 2.0.0-alpha.5 to 2.0.0-alpha.6
{ | ||
"name": "dojo-cli-create-app", | ||
"version": "2.0.0-alpha.5", | ||
"version": "2.0.0-alpha.6", | ||
"description": "Command to scaffold a new command", | ||
@@ -16,2 +16,11 @@ "homepage": "http://dojotoolkit.org", | ||
"devDependencies": { | ||
"@types/chai": "^3.4.34", | ||
"@types/chalk": "^0.4.31", | ||
"@types/ejs": "^2.3.33", | ||
"@types/fs-extra": "0.0.34", | ||
"@types/glob": "^5.0.30", | ||
"@types/grunt": "~0.4.0", | ||
"@types/mockery": "^1.4.29", | ||
"@types/node": "^6.0.49", | ||
"@types/sinon": "^1.16.32", | ||
"codecov.io": "0.1.6", | ||
@@ -23,11 +32,5 @@ "dojo-cli": "^2.0.0-alpha.3", | ||
"grunt": "~1.0.1", | ||
"grunt-contrib-clean": "^1.0.0", | ||
"grunt-contrib-copy": "^1.0.0", | ||
"grunt-contrib-watch": "^1.0.0", | ||
"grunt-dojo2": ">=2.0.0-beta.16", | ||
"grunt-dojo2": ">=2.0.0-beta.21", | ||
"grunt-text-replace": "^0.4.0", | ||
"grunt-ts": "^5.5.1", | ||
"grunt-tslint": "^3.1.0", | ||
"grunt-typings": ">=0.1.5", | ||
"intern": "^3.2.3", | ||
"intern": "^3.4.1", | ||
"istanbul": "^0.4.3", | ||
@@ -34,0 +37,0 @@ "mockery": "^1.7.0", |
@@ -0,3 +1,4 @@ | ||
/// <reference types="chai" /> | ||
export declare function ejsRender(source: string, replacements: Object): Promise<string>; | ||
export declare function writeRenderedFile(str: string, destination: string): Promise<void>; | ||
export default function (source: string, destination: string, replacements: Object): Promise<void>; |
@@ -28,3 +28,3 @@ { | ||
"dojo-cli-build-webpack": "^2.0.0-alpha.5", | ||
"intern": "^3.2.3", | ||
"intern": "3.3.2", | ||
"istanbul": "^0.4.3", | ||
@@ -31,0 +31,0 @@ "remap-istanbul": "^0.6.4", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
29879
40
362
1
40
25