mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Further cleanup from devel->packaging merge
- Update package.js for new packages from devel - Typo fix
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
Package.describe({
|
||||
summary: "Compile-time tools for Blaze",
|
||||
internal: true
|
||||
version: '1.0.0'
|
||||
});
|
||||
|
||||
Package.on_use(function (api) {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
Package.describe({
|
||||
summary: "Meteor UI Components framework",
|
||||
internal: true
|
||||
version: '1.0.0'
|
||||
});
|
||||
|
||||
Package.on_use(function (api) {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
Package.describe({
|
||||
summary: "Reload safety belt for multi-server deployments",
|
||||
internal: true
|
||||
version: '1.0.0'
|
||||
});
|
||||
|
||||
Package.on_use(function (api) {
|
||||
|
||||
@@ -703,7 +703,7 @@ var runWebAppServer = function () {
|
||||
}
|
||||
});
|
||||
|
||||
var boilerplateRenderCode = SpacebarsCompilers.compile(
|
||||
var boilerplateRenderCode = SpacebarsCompiler.compile(
|
||||
boilerplateTemplateSource, { isBody: true });
|
||||
|
||||
// Note that we are actually depending on eval's local environment capture
|
||||
|
||||
Reference in New Issue
Block a user