Merge branch 'devel' into release-1.3.3

This commit is contained in:
Ben Newman
2016-06-01 14:24:24 -04:00
2 changed files with 2 additions and 2 deletions

View File

@@ -6,4 +6,4 @@ of Handlebars, but it has been tailored to produce reactive Meteor templates
when compiled.
Read more at http://docs.meteor.com/#/full/spacebars
Read more at http://docs.meteor.com/packages/spacebars.html

View File

@@ -2,7 +2,7 @@
import { Tinytest } from "meteor/tinytest";
// Import and rename a variable exported by ~fs-name~.js.
import { name as packageName } from "meteor/~fs-name~";
import { name as packageName } from "meteor/~name~";
// Write your tests here!
// Here is an example.