Closed gantrim closed 8 years ago
In meteor 1.3.3 (possibly other versions) the backticks caused ReferenceError: require is not defined when including this package. switched backticks to single quotes per suggestion here: https://github.com/meteor/meteor/issues/7226.
Should fix issue reported in Issue #211
closing since #212 solves same issue but in a better way.
In meteor 1.3.3 (possibly other versions) the backticks caused ReferenceError: require is not defined when including this package. switched backticks to single quotes per suggestion here: https://github.com/meteor/meteor/issues/7226.
Should fix issue reported in Issue #211