Skip to content
This repository has been archived by the owner on Mar 8, 2020. It is now read-only.

Commit

Permalink
Merge pull request #254 from pastadin/master
Browse files Browse the repository at this point in the history
Changed defaults of networkIdentifier and connectionProfileName
  • Loading branch information
Jakeeyturner authored Feb 24, 2017
2 parents 6bdac0c + cbfdfc1 commit 2fbdcfb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/generator-composer/generators/angular/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ module.exports = yeoman.Base.extend({
type: 'input',
name: 'networkIdentifier',
message: 'What is the Business Network Identifier?:',
default: 'org.acme.biznet',
default: 'digitalproperty-network',
store: true,
when: function(answers) {
return !answers.isNpmSameAsNetworkIdentifier;
Expand All @@ -125,7 +125,7 @@ module.exports = yeoman.Base.extend({
type: 'input',
name: 'connectionProfileName',
message: 'What is the Connection Profile to use?',
default: 'newProfile',
default: 'defaultProfile',
store: false,
validate: function(input) {
if(input !== null && input !== undefined && input !== '') {
Expand Down

0 comments on commit 2fbdcfb

Please sign in to comment.