summaryrefslogtreecommitdiffstats
path: root/packages/meteorx/package.js
blob: 97c6bde94b1b0679113ea356aa1140b1c251cbfe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
Package.describe({
  name: "meteorhacks:meteorx",
  summary: "Proxy for getting another meteorx fork",
  version: "1.4.1"
});

Package.onUse((api) => {
  api.export("MeteorX");
  api.use([
    "lamhieu:meteorx",
  ]);
});