I'm on Meteor 2.7.1 and when I try update this package, it always adds version 2.1.1. When I try to pin the version in packages with the line aldeed:tabular@2.1.2 I get the output:
While selecting package versions:
error: No version of aldeed:tabular satisfies all constraints: @2.1.2, @=2.1.1
Constraints on package "aldeed:tabular":
* aldeed:tabular@2.1.2 <- top level
* aldeed:tabular@=2.1.1 <- top level
Is there some issue with the latest commit bumping the version to 2.1.2 that updates many of the dependency package versions?
I'm on Meteor 2.7.1 and when I try update this package, it always adds version 2.1.1. When I try to pin the version in
packageswith the linealdeed:tabular@2.1.2I get the output:Is there some issue with the latest commit bumping the version to
2.1.2that updates many of the dependency package versions?