We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2af264 commit ffd8b17Copy full SHA for ffd8b17
1 file changed
lib/commands/register.js
@@ -148,11 +148,7 @@ function confirm(properties) {
148
if(!confirmation.ready) deferred.reject(new Error('Aborted. Nothing has been registered.'));
149
150
properties.name = confirmation.name;
151
-
152
- if (confirmation.repositoryUrl) {
153
- properties.repository = {type:'git', url:confirmation.repositoryUrl};
154
- }
155
+ properties.repository = {type:'git', url:confirmation.repositoryUrl};
156
properties.framework = confirmation.framework;
157
158
deferred.resolve(properties);
0 commit comments