mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
ripping out internal, name and test from package.js files
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user