ripping out internal, name and test from package.js files

This commit is contained in:
ekatek
2014-07-07 20:50:50 -07:00
parent 4ff1452452
commit b9a714f028
88 changed files with 77 additions and 274 deletions

View File

@@ -1,9 +1,6 @@
Package.describe({
name: "test-helpers",
test: "test-helpers-test",
summary: "Utility functions for tests",
version: '1.0.0',
internal: true
version: '1.0.0'
});
Package.on_use(function (api) {