generator-node-tsnext
Advanced tools
Comparing version 0.1.2 to 0.1.3
@@ -63,3 +63,4 @@ 'use strict'; | ||
name: 'description', | ||
message: 'Description' | ||
message: 'Description', | ||
default: 'Simple Node.js module to output greeting message, written in TypeScript' | ||
}, | ||
@@ -103,3 +104,8 @@ { | ||
return this.prompt(prompts).then(props => { | ||
this.props = props; | ||
this.props = Object.assign({}, props, { | ||
docDescription: (this.props.description || '').replace( | ||
/typeScript/i, | ||
'[TypeScript][typescript-url]' | ||
) | ||
}); | ||
}); | ||
@@ -106,0 +112,0 @@ } |
@@ -5,4 +5,3 @@ { | ||
"private": true, | ||
"description": | ||
"Simple Node.js module to output greeting message, written in TypeScript", | ||
"description": "<%= description %>", | ||
"keywords": ["<%= packageName %>", "node", "typescript"], | ||
@@ -33,3 +32,3 @@ "homepage": "<%= homepage %>", | ||
"ts": | ||
"tsc --target esnext --lib esnext, esnext.asynciterable --module commonjs gulpfile.ts" | ||
"tsc --target esnext --lib esnext,esnext.asynciterable --module commonjs gulpfile.ts" | ||
}, | ||
@@ -36,0 +35,0 @@ "dependencies": {}, |
@@ -24,3 +24,3 @@ <div align="center" style="text-align: center;"> | ||
> Simple Node.js module to output greeting message, written in [TypeScript][typescript-url]. | ||
> <%= docDescription %> | ||
@@ -27,0 +27,0 @@ ## Table of contents |
{ | ||
"name": "generator-node-tsnext", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"description": "Generator for developing in TypeScript Next", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
26564
361