Skip to content

Commit

Permalink
registering a public package for the first time, hit count fixed #157
Browse files Browse the repository at this point in the history
  • Loading branch information
Hacklone committed Jul 26, 2015
1 parent 83ddc90 commit 1a5478f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/service/packageManager.js
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ module.exports = function PackageManager() {
var privatePackage = {
name: packageName,
url: pack.url,
hits: publicPackage.hits
hits: 1
};

privatePackageStore.registerPackages([privatePackage]);
Expand Down

0 comments on commit 1a5478f

Please sign in to comment.