Skip to content

Commit 5071ac9

Browse files
committed
console.log out the current list
1 parent b6e921c commit 5071ac9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/lib/starterkit_manager.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ var starterkit_manager = function (pl) {
1212
}
1313

1414
function listStarterkits() {
15-
15+
console.log('https://github.com/search?utf8=%E2%9C%93&q=starterkit+in%3Aname%2C+user%3Apattern-lab&type=Repositories&ref=searchresults');
1616
}
1717

1818
function packStarterkit() {

0 commit comments

Comments
 (0)