Skip to content

Commit

Permalink
feat(freepack): export valid variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Clunt committed May 28, 2018
1 parent 49c1dae commit effc1aa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/freepack.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

const version = require('../package.json').version;
const Packer = require('./Packer');
const VARIABLE = require('./VAR');
const validateOption = require('./validateOption');

function getPacker(option) {
Expand Down Expand Up @@ -40,6 +41,7 @@ exports = module.exports = freepack;

freepack.packer = getPacker;
freepack.version = version;
freepack.variable = VARIABLE;

freepack.diff = (option) => {
const packer = getPacker(option);
Expand Down

0 comments on commit effc1aa

Please sign in to comment.