Skip to content
This repository was archived by the owner on Dec 10, 2019. It is now read-only.

Commit e8f99c1

Browse files
committed
Remove unused module requires -- that's the last of the direct couplings
to mustache! Hooray!
1 parent 2c04ac1 commit e8f99c1

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

builder/parameter_hunter.js

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
/*
2-
* patternlab-node - v0.14.0 - 2015
3-
*
1+
/*
2+
* patternlab-node - v0.14.0 - 2015
3+
*
44
* Brian Muenzenmeyer, and the web community.
55
* Licensed under the MIT license.
66
*
@@ -15,7 +15,6 @@
1515

1616
var extend = require('util')._extend,
1717
pa = require('./pattern_assembler'),
18-
mustache = require('mustache'),
1918
smh = require('./style_modifier_hunter'),
2019
style_modifier_hunter = new smh(),
2120
pattern_assembler = new pa();

builder/pseudopattern_hunter.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,7 @@
1919
fs = require('fs-extra'),
2020
pa = require('./pattern_assembler'),
2121
lh = require('./lineage_hunter'),
22-
of = require('./object_factory'),
23-
patternEngines = require('./pattern_engines/pattern_engines'),
24-
mustache = require('mustache');
22+
of = require('./object_factory');
2523

2624
var pattern_assembler = new pa();
2725
var lineage_hunter = new lh();

0 commit comments

Comments
 (0)