mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
rc18
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
Package.describe({
|
||||
summary: "The Meteor command-line tool",
|
||||
version: '1.0.19'
|
||||
version: '1.0.20'
|
||||
});
|
||||
|
||||
Package.includeTool();
|
||||
|
||||
@@ -1,11 +1,12 @@
|
||||
{
|
||||
"track": "METEOR",
|
||||
"version": "0.9.0-rc17",
|
||||
"patchFrom": ["0.9.0-rc13", "0.9.0-rc14", "0.9.0-rc15", "0.9.0-rc16"],
|
||||
"version": "0.9.0-rc18",
|
||||
"patchFrom": ["0.9.0-rc13", "0.9.0-rc14", "0.9.0-rc15", "0.9.0-rc16",
|
||||
"0.9.0-rc17"],
|
||||
"recommended": false,
|
||||
"official": true,
|
||||
"description": "The official Meteor distribution.",
|
||||
"tool": "meteor-tool@1.0.19",
|
||||
"tool": "meteor-tool@1.0.20",
|
||||
"packages": {
|
||||
"accounts-base": "1.0.0",
|
||||
"accounts-facebook": "1.0.0",
|
||||
|
||||
Reference in New Issue
Block a user