Skip to content

Commit

Permalink
Refactor inventory (#1251)
Browse files Browse the repository at this point in the history
* As noted in comments from previous PR, just some reorg kept separate from the functionality PR

* Correct matching
  • Loading branch information
brent-hoover authored and Aaron Judd committed Aug 5, 2016
1 parent 60cde7d commit 29ed27a
Show file tree
Hide file tree
Showing 7 changed files with 491 additions and 490 deletions.
5 changes: 2 additions & 3 deletions imports/plugins/included/inventory/server/index.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
import "./methods/statusChanges";
import "./methods/inventory";
import "./methods/inventory2";

import "./publications/inventory";

import "./startup/hooks";
import "./hooks/hooks";
import "./startup/init";

Loading

0 comments on commit 29ed27a

Please sign in to comment.