Bump npm-bcrypt to 0.7.8-winr.1

The first version to be published from all platforms (except windows 64)
This commit is contained in:
Sashko Stubailo
2015-01-14 14:06:54 -08:00
parent c638eadc9a
commit 5ffc39bdca

View File

@@ -1,10 +1,10 @@
Package.describe({
summary: "Wrapper around the bcrypt npm package",
version: '0.7.7'
version: '0.7.8-winr.1'
});
Npm.depends({
bcrypt: '0.7.7'
bcrypt: '0.7.8'
});
Package.onUse(function (api) {