Skip to content

Commit fda3dc3

Browse files
committed
fix shrinkwrap and get jshint passing
1 parent f32f019 commit fda3dc3

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

cards/github-stars/app/routes/application.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ function retrieveStargazers(user) {
8888
repositoryName: repositoryName,
8989
stargazers: allResults[0].data,
9090
totalStargazers: allResults[0].total || allResults[0].data.length,
91-
isStarred: allResults[1],
91+
isStarred: allResults[1]
9292
};
9393
});
9494
}).then(null, Conductor.error);

cards/github-stars/npm-shrinkwrap.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

glazier-server

Submodule glazier-server updated from d4ec4c9 to d659b43

0 commit comments

Comments
 (0)