@contentful/create-contentful-extension
Advanced tools
Comparing version 0.2.0 to 0.3.0
@@ -6,2 +6,13 @@ # Change Log | ||
# [0.3.0](https://github.com/contentful/create-contentful-extension/compare/@contentful/create-contentful-extension@0.2.0...@contentful/create-contentful-extension@0.3.0) (2019-03-22) | ||
### Features | ||
* added ability to generate Typescript extension ([513ccb5](https://github.com/contentful/create-contentful-extension/commit/513ccb5)) | ||
# [0.2.0](https://github.com/contentful/create-contentful-extension/compare/@contentful/create-contentful-extension@0.1.0...@contentful/create-contentful-extension@0.2.0) (2019-03-18) | ||
@@ -8,0 +19,0 @@ |
@@ -136,2 +136,11 @@ /* eslint-disable no-console, no-process-exit */ | ||
}, | ||
{ | ||
type: 'list', | ||
name: 'language', | ||
message: 'What language you want to use to develop extension:', | ||
choices: [ | ||
{ name: 'JavaScript', value: 'javascript' }, | ||
{ name: 'TypeScript', value: 'typescript' }, | ||
], | ||
}, | ||
]); | ||
@@ -159,2 +168,3 @@ | ||
fields: answers.fields || [], | ||
language: answers.language, | ||
}, | ||
@@ -161,0 +171,0 @@ verbose, |
{ | ||
"name": "@contentful/create-contentful-extension", | ||
"version": "0.2.0", | ||
"version": "0.3.0", | ||
"description": "Create Contentful extensions with zero configuration", | ||
@@ -48,3 +48,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "de90c682055bf7f5316950247fc02ede25080be0" | ||
"gitHead": "f3de1667e545390c63e66f82be7c151af93d8b50" | ||
} |
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
10230
175