Skip to content

Commit 2d5282d

Browse files
committed
Include an empty paths so it validates
1 parent a3532b8 commit 2d5282d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/init.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ exports.run = function(config, info) {
100100
'version': answers['info.version'],
101101
'title': answers['info.title'],
102102
},
103+
'paths': {},
103104
};
104105

105106
if(answers['info.license']) {

0 commit comments

Comments
 (0)