add some documentation: null

This commit is contained in:
David Glasser
2015-03-05 23:01:21 -08:00
parent 10ee6aeb10
commit 2a88b4fcf0
2 changed files with 3 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
Package.describe({
summary: "The Meteor command-line tool",
version: '1.0.42-rc.0'
version: '1.0.42-rc.1'
});
Package.includeTool();

View File

@@ -1,6 +1,7 @@
Package.describe({
summary: "Ordered traversable dictionary with a mutable ordering",
version: '1.0.3-rc.0'
version: '1.0.3-rc.0',
documentation: null
});
Package.onUse(function (api) {