Bump the version for meteor related packages - #91
Conversation
Old version 1.2.0.1 packages for meteor will no longer compile with new versions of meteor & node. The old version resolves to accounts-password@1.1.7 which pulls in npm-bcrypt@=0.7.8 which will not compile with node@>0.12.
|
I think this might be related to things I was trying to fix in #90. Currently, using Meteor 1.3 is relatively safe (unless you really need some features from 1.4). |
|
I think the build breaks even for meteor 1.3. The |
|
1.3 definitely works on the latest commit (https://github.com/kgao/unfair-coin). However when I was trying to fix the I will try and look at those when I can. |
02a0a3e to
b9ea3c0
Compare
457c6fe to
c3d5913
Compare
|
Version is now bumped to May be bumped up to as recent as 1.8.x if I can figure out how to get #103 working ;-) |
Old version 1.2.0.1 packages for meteor will no longer compile with new versions of meteor & node. The old version resolves to accounts-password@1.1.7 which pulls in npm-bcrypt@=0.7.8 which will not compile with node@>0.12.
To reproduce, get new versions of node (> 0.x), meteor (1.4). Then follow the current instructions in the README to install. The following error will result: